File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,13 @@ modules:
7
7
browser : chrome
8
8
window_size : 1200x768
9
9
restart : true # Use a new browser window for each test (to isolate test cases from each other)
10
-
11
10
env :
11
+ firefox :
12
+ modules :
13
+ config :
14
+ WebDriver :
15
+ browser : firefox
16
+ port : 4444
12
17
fast :
13
18
modules :
14
19
config :
Original file line number Diff line number Diff line change @@ -878,6 +878,9 @@ public function testSubmitHashButtonForm()
878
878
$ this ->module ->seeCurrentUrlEquals ('/form/anchor#a ' );
879
879
}
880
880
881
+ /**
882
+ * @group window
883
+ */
881
884
public function testJSErrorLoggingPositive ()
882
885
{
883
886
// arrange
@@ -917,6 +920,9 @@ public function testJSErrorLoggingNegative()
917
920
$ this ->assertCount (0 , $ steps );
918
921
}
919
922
923
+ /**
924
+ * @group window
925
+ */
920
926
public function testMoveMouseOver ()
921
927
{
922
928
$ this ->module ->amOnPage ('/form/click ' );
@@ -938,6 +944,9 @@ public function testMoveMouseOver()
938
944
$ this ->module ->see ('click, offsetX: 8 - offsetY: 108 ' );
939
945
}
940
946
947
+ /**
948
+ * @group window
949
+ */
941
950
public function testLeftClick ()
942
951
{
943
952
$ this ->module ->amOnPage ('/form/click ' );
@@ -958,6 +967,9 @@ public function testLeftClick()
958
967
$ this ->module ->see ('click, offsetX: 78 - offsetY: 183 ' );
959
968
}
960
969
970
+ /**
971
+ * @group window
972
+ */
961
973
public function testRightClick ()
962
974
{
963
975
// actually not supported in phantomjs see https://github.com/ariya/phantomjs/issues/14005
@@ -1088,6 +1100,9 @@ public function testSwitchToIframe()
1088
1100
1089
1101
}
1090
1102
1103
+ /**
1104
+ * @group window
1105
+ */
1091
1106
public function testGrabPageSourceWhenNotOnPage ()
1092
1107
{
1093
1108
$ this ->expectException ('\Codeception\Exception\ModuleException ' );
You can’t perform that action at this time.
0 commit comments