Laravel Dusk tests failing - no such window target window already closed
I use Laravel dusk as part of my testing to make sure the frontend design does what it should when clicked, including filling out forms etc. This compliments the Unit and Feature tests as I can run `php artisan dusk` or `php artisan dusk --browse` to test the whole frontend in one hit.