Skip to content

Commit 0a5f389

Browse files
author
Nils Langner
committed
Added double test
1 parent 581d1d5 commit 0a5f389

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/integration/tests/acceptance/TimeComparisonCest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ class TimeComparisonCest
99
public function compareTimeString (WebGuy $I, $scenario)
1010
{
1111
$I->amOnPage("/VisualCeption/time.php");
12+
$I->compareScreenshot("the-time", "#thetime");
1213

1314
// the test has to be called twice for comparison on the travis server
14-
$I->compareScreenshot("the-time", "#thetime");
15+
$I->amOnPage("/VisualCeption/time.php");
1516
$I->compareScreenshot("the-time", "#thetime");
1617
}
1718
}

0 commit comments

Comments
 (0)