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 3c99505 commit 5465cb0Copy full SHA for 5465cb0
test/integration/tests/acceptance/SimpleCept.php
@@ -6,5 +6,6 @@
6
$I->seeVisualChanges("SimpleBlock", "#theblock");
7
8
// the test has to be called twice for comparison on the travis server
9
+$I->wait(2);
10
$I->amOnPage("/VisualCeption/seeVisualChanges.php");
11
0 commit comments