Skip to content

Commit 9eb5e30

Browse files
committed
rb - Fix "remsote" typo
1 parent c845d1a commit 9eb5e30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rb/spec/integration/selenium/webdriver/firefox/marionette_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def restart_remote_server(path = nil)
112112
compliant_on :browser => :marionette do
113113
# This passes in isolation, but can not run in suite due to combination of
114114
# https://bugzilla.mozilla.org/show_bug.cgi?id=1228107 & https://github.com/SeleniumHQ/selenium/issues/1150
115-
not_compliant_on :driver => :remsote do
115+
not_compliant_on :driver => :remote do
116116
it "Uses Wires when setting marionette option in driver initialization" do
117117
@opt[:marionette] = true
118118
driver1 = Selenium::WebDriver.for GlobalTestEnv.driver, @opt
@@ -143,7 +143,7 @@ def restart_remote_server(path = nil)
143143

144144
compliant_on :browser => :marionette do
145145
# These pass in isolation, but can not run in suite due to https://github.com/SeleniumHQ/selenium/issues/1150
146-
not_compliant_on :driver => :remsote do
146+
not_compliant_on :driver => :remote do
147147
context "when designated firefox binary does not include Marionette" do
148148
let(:message) { /Marionette is not supported in Firefox Version \d\d/ }
149149

0 commit comments

Comments
 (0)