mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Selenium session mode was changed when focus manager was enabled
This commit is contained in:
parent
c4425047e2
commit
660a281462
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue