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 4375a36 commit 95ee846Copy full SHA for 95ee846
test/integration/tests/acceptance/TimeComparisonCest.php
@@ -8,11 +8,11 @@ class TimeComparisonCest
8
*/
9
public function compareTimeString (WebGuy $I, $scenario)
10
{
11
- $I->amOnPage("/VisualCeption/time.php");
12
- $I->seeVisualChanges("the-time", "#thetime");
+ $I->amOnPage("/VisualCeption/seeVisualChanges.php");
+ $I->seeVisualChanges("block", "#theblock");
13
14
// the test has to be called twice for comparison on the travis server
15
$I->amOnPage("/VisualCeption/time.php");
16
17
}
18
0 commit comments