livewire / volt

Volt is an elegantly crafted functional API for Livewire.
https://livewire.laravel.com/docs/volt
MIT License
327 stars 19 forks source link

[1.x] Adds assertSeeVolt assertion #23

Closed nunomaduro closed 1 year ago

nunomaduro commented 1 year ago

This pull request fixes https://github.com/livewire/volt/issues/21, by adding a new assertSeeVolt that allows you test that a given response contains a fragment:

$this->get('/page-with-@volt-directive')->assertSeeVolt('fragment-component');