Skip to content

Commit cbc150b

Browse files
BrianHawleytitusfortner
authored andcommitted
Fix a typo in the w3c? method
Signed-off-by: Titus Fortner <titusfortner@gmail.com>
1 parent 55e370c commit cbc150b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rb/lib/selenium/webdriver/remote/w3c_capabilities.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def firefox(opts = {})
8585
alias_method :ff, :firefox
8686

8787
def w3c?(opts = {})
88-
opts[:marioentte] != false &&
88+
opts[:marionette] != false &&
8989
(!opts[:desired_capabilities] || opts[:desired_capabilities][:marionette] != false)
9090
end
9191

0 commit comments

Comments
 (0)