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
6
6
public function seeInRootPage ($ message )
7
7
{
8
8
$ I = $ this ;
9
+ $ I ->amOnPage ('/ ' );
9
10
$ I ->see ($ message );
10
11
}
11
12
}
Original file line number Diff line number Diff line change @@ -1268,20 +1268,6 @@ public function testSubmitFormWithTwoSubmitButtonsSubmitsCorrectValueAfterFillFi
1268
1268
$ this ->assertEquals ('bob ' , $ form ['username ' ]);
1269
1269
}
1270
1270
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
-
1285
1271
/**
1286
1272
* @env chrome
1287
1273
*/
You can’t perform that action at this time.
0 commit comments