Livewire pest plugin code replication
How can we get the same result using pest livewire plugin function
Livewire::withQueryParams(['search' => 'hair'])
->test(SearchPosts::class)
->assertSee('Testing the first')
ie livewire->(SearchPost::class)->assertSee('Testing the first')
how do I use the query params in the second statement
2 Replies