laravel / nova-dusk-suite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to test Nova

dkulyk opened this issue · comments

In different runs of tests I have different results:
image

Maybe should use waitFor or something else instead pauses?

Maybe you should try to update Laravel Dusk (composer update) and then update the chrome driver using:
php artisan dusk:chrome-driver

Nevertheless, I still have some test fail, but updating the driver helps me.