Skip to content

Commit 5465cb0

Browse files
author
Nils Langner
committed
added wait in test case
1 parent 3c99505 commit 5465cb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/tests/acceptance/SimpleCept.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
$I->seeVisualChanges("SimpleBlock", "#theblock");
77

88
// the test has to be called twice for comparison on the travis server
9+
$I->wait(2);
910
$I->amOnPage("/VisualCeption/seeVisualChanges.php");
1011
$I->seeVisualChanges("SimpleBlock", "#theblock");

0 commit comments

Comments
 (0)