1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

fix remote test

This commit is contained in:
Thomas Walpole 2018-06-08 14:59:03 -07:00
parent 3634121afe
commit 35adf2cb49

View file

@ -50,7 +50,7 @@ RSpec.describe "Capybara::Session with chrome" do
include_examples "Capybara::Session", TestSessions::Chrome, CHROME_REMOTE_DRIVER
include_examples Capybara::RSpecMatchers, TestSessions::Chrome, CHROME_REMOTE_DRIVER
it 'is considered to be chrome' do
expect(session.driver).to be_chrome
it 'is considered to be chrome', :focus_ do
expect(session.driver.send(:chrome?)).to be_truthy
end
end