Notifications
Clear all
BugOverflow
1
Posty
1
Users
0
Reactions
963
Widok
0
05/10/2020 11:17 am
Topic starter
help
1 Answer
0
05/10/2020 11:27 am
Topic starter
1. solution
edit testsDuskTestCase.php and disable headless mode
$options = (new ChromeOptions)->addArguments([ // '--disable-gpu', // '--headless', '--window-size=1920,1080', ]);
now add pause(99999) to any test
$browser->visit(route('auth.user.profile',$user)) ->press('Save') ->storeSource('analiza.html') ->pause(999999)