File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed
Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ class RootWatcher extends \WebGuy
66 public function seeInRootPage ($ message )
77 {
88 $ I = $ this ;
9+ $ I ->amOnPage ('/ ' );
910 $ I ->see ($ message );
1011 }
1112}
Original file line number Diff line number Diff line change @@ -1268,20 +1268,6 @@ public function testSubmitFormWithTwoSubmitButtonsSubmitsCorrectValueAfterFillFi
12681268 $ this ->assertEquals ('bob ' , $ form ['username ' ]);
12691269 }
12701270
1271- /*
1272- * @env chrome
1273- *
1274- * https://github.com/Codeception/Codeception/issues/1274
1275- */
1276- public function testSubmitFormWithDocRelativePathForAction ()
1277- {
1278- $ this ->module ->amOnPage ('/form/example12 ' );
1279- $ this ->module ->submitForm ('form ' , array (
1280- 'test ' => 'value '
1281- ));
1282- $ this ->module ->seeCurrentUrlEquals ('/form/example11 ' );
1283- }
1284-
12851271 /**
12861272 * @env chrome
12871273 */
You can’t perform that action at this time.
0 commit comments