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