From 660a2814625784fd688e1dd14cf0293e351f33df Mon Sep 17 00:00:00 2001 From: Thomas Walpole Date: Fri, 15 Nov 2013 10:34:46 -0800 Subject: [PATCH] Selenium session mode was changed when focus manager was enabled --- spec/selenium_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/selenium_spec.rb b/spec/selenium_spec.rb index 97112c13..6b94d590 100644 --- a/spec/selenium_spec.rb +++ b/spec/selenium_spec.rb @@ -31,7 +31,7 @@ describe Capybara::Session do describe '#mode' do it "should remember the mode" do - @session.mode.should == :selenium + @session.mode.should == :selenium_focus end end