Skip to content

Commit 95ee846

Browse files
author
Nils Langner
committed
Changed test case fixures
1 parent 4375a36 commit 95ee846

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/integration/tests/acceptance/TimeComparisonCest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ class TimeComparisonCest
88
*/
99
public function compareTimeString (WebGuy $I, $scenario)
1010
{
11-
$I->amOnPage("/VisualCeption/time.php");
12-
$I->seeVisualChanges("the-time", "#thetime");
11+
$I->amOnPage("/VisualCeption/seeVisualChanges.php");
12+
$I->seeVisualChanges("block", "#theblock");
1313

1414
// the test has to be called twice for comparison on the travis server
1515
$I->amOnPage("/VisualCeption/time.php");
16-
$I->seeVisualChanges("the-time", "#thetime");
16+
$I->seeVisualChanges("block", "#theblock");
1717
}
1818
}

0 commit comments

Comments
 (0)