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:
parent
3634121afe
commit
35adf2cb49
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue