fix remote test

This commit is contained in:
Thomas Walpole 2018-06-08 14:59:03 -07:00
parent 3634121afe
commit 35adf2cb49
1 changed files with 2 additions and 2 deletions

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