Skip to content

Commit

Permalink
💥 Change - increased visual screenshot delay to 5 seconds incase ther…
Browse files Browse the repository at this point in the history
…es loading animations
  • Loading branch information
Owen Melbourne committed Nov 12, 2020
1 parent f09741f commit bfd1102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Checkers/VisualDiff.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ private function fetch()
->windowSize(1440, 1024)
->fullPage()
->waitUntilNetworkIdle()
->setDelay(2000)
->setDelay(5000)
->save(
Storage::disk('screenshots')->path($filename)
);
Expand Down

0 comments on commit bfd1102

Please sign in to comment.