We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1d1a2a commit 7f66c20Copy full SHA for 7f66c20
rb/spec/integration/selenium/webdriver/firefox/driver_spec.rb
@@ -34,7 +34,7 @@ module WebDriver
34
expect(caps.page_load_timeout).to be == 300000
35
expect(caps.script_timeout).to be == 30000
36
37
- expect(caps.remote_session_id).not_to be_nil
+ expect(caps.remote_session_id).not_to be_nil if GlobalTestEnv.driver == :remote
38
end
39
40
0 commit comments