Skip to content

Commit 3c99505

Browse files
author
Nils Langner
committed
minor test changes
1 parent b317d7d commit 3c99505

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/integration/tests/acceptance/SimpleCept.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
$I = new WebGuy($scenario);
44

5-
$I->amOnPage("/VisualCeption/seeVisualChanges.php");
6-
$I->seeVisualChanges("block", "#theblock");
5+
$I->amOnPage("/VisualCeption/seeVisualChanges.php");
6+
$I->seeVisualChanges("SimpleBlock", "#theblock");
77

8-
// the test has to be called twice for comparison on the travis server
9-
$I->amOnPage("/VisualCeption/seeVisualChanges.php");
10-
$I->seeVisualChanges("block", "#theblock");
8+
// the test has to be called twice for comparison on the travis server
9+
$I->amOnPage("/VisualCeption/seeVisualChanges.php");
10+
$I->seeVisualChanges("SimpleBlock", "#theblock");

0 commit comments

Comments
 (0)