We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057a3ac commit 52da690Copy full SHA for 52da690
test/integration/tests/acceptance/TimeComparisonCest.php
@@ -47,7 +47,7 @@ public function dontSeeVisualChangesAndHideElement (WebGuy $I, $scenario)
47
$I->amOnPage("/VisualCeption/seeVisualChanges.php");
48
$I->dontSeeVisualChanges("body", "body", "#theblock");
49
50
- $I->wait(1);
+ $I->wait(2);
51
52
// the test has to be called twice for comparison on the travis server
53
0 commit comments