Skip to content

Commit 52da690

Browse files
author
Neubert, Sebastian
committed
#27 increase waiting time in test. seems to be too fast.
1 parent 057a3ac commit 52da690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/tests/acceptance/TimeComparisonCest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function dontSeeVisualChangesAndHideElement (WebGuy $I, $scenario)
4747
$I->amOnPage("/VisualCeption/seeVisualChanges.php");
4848
$I->dontSeeVisualChanges("body", "body", "#theblock");
4949

50-
$I->wait(1);
50+
$I->wait(2);
5151

5252
// the test has to be called twice for comparison on the travis server
5353
$I->amOnPage("/VisualCeption/seeVisualChanges.php");

0 commit comments

Comments
 (0)