Skip to content

Commit e1dbcfd

Browse files
author
Nils Langner
committed
Update TimeComparisonCest.php
1 parent f8f0a30 commit e1dbcfd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/integration/tests/acceptance/TimeComparisonCest.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ public function seeVisualChanges (WebGuy $I, $scenario)
1111
$I->amOnPage("/VisualCeption/seeVisualChanges.php");
1212
$I->seeVisualChanges("block", "#theblock");
1313

14+
$I->wait(1);
15+
1416
// the test has to be called twice for comparison on the travis server
1517
$I->amOnPage("/VisualCeption/seeVisualChanges.php");
1618
$I->seeVisualChanges("block", "#theblock");
@@ -21,9 +23,11 @@ public function dontSeeVisualChanges (WebGuy $I, $scenario)
2123
$I->amOnPage("/VisualCeption/dontSeeVisualChanges.php");
2224
$I->dontSeeVisualChanges("block2", "#theblock");
2325

26+
$I->wait(1);
27+
2428
// the test has to be called twice for comparison on the travis server
2529
$I->amOnPage("/VisualCeption/dontSeeVisualChanges.php");
2630
$I->dontSeeVisualChanges("block2", "#theblock");
2731
}
2832

29-
}
33+
}

0 commit comments

Comments
 (0)