You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# These pass in isolation, but can not run in suite due to https://github.com/SeleniumHQ/selenium/issues/1150
144
-
not_compliant_on:driver=>:remotedo
145
-
context"when designated firefox binary does not include Marionette"do
146
-
let(:message){/Marionette is not supported in Firefox Version \d\d/}
147
-
148
-
beforedo
149
-
unlessENV['PRE_MARIONETTE_BINARY']
150
-
pending"Set ENV['PRE_MARIONETTE_BINARY'] to test features on firefox versions without marionette"
151
-
end
144
+
context"when designated firefox binary does not include Marionette"do
145
+
let(:message){/Marionette is not supported in Firefox Version \d\d/}
146
+
147
+
beforedo
148
+
unlessENV['PRE_MARIONETTE_BINARY']
149
+
pending"Set ENV['PRE_MARIONETTE_BINARY'] to test features on firefox versions without marionette"
152
150
end
151
+
end
153
152
154
-
it"Raises Wires Exception when setting marionette option in capabilities"do
0 commit comments