File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
test/integration/tests/acceptance Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1+ <?php
2+
3+ class NotSameSizeCest
4+ {
5+
6+ /**
7+ * Comparing a div, that change it's size
8+ */
9+ public function seeVisualChangesAfterSizeChanges (WebGuy $ I , $ scenario )
10+ {
11+ $ I ->amOnPage ("/VisualCeption/notSameSize.php " );
12+ $ I ->seeVisualChanges ("getRedDiv " , "div " );
13+
14+ $ I ->wait (1 );
15+
16+ // the test has to be called twice for comparison on the travis server
17+ $ I ->amOnPage ("/VisualCeption/notSameSize.php " );
18+ $ I ->seeVisualChanges ("getRedDiv " , "div " );
19+ }
20+ }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ class TimeComparisonCest
44{
55
66 /**
7- * Coparing a div that renders the current time
7+ * Comparing a div that renders the current time
88 */
99 public function seeVisualChanges (WebGuy $ I , $ scenario )
1010 {
You can’t perform that action at this time.
0 commit comments