We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f10dfc0 commit e6f4023Copy full SHA for e6f4023
rb/spec/integration/selenium/webdriver/firefox/driver_spec.rb
@@ -52,7 +52,6 @@ def restart_remote_server
52
expect(caps.proxy).to be_nil
53
expect(caps.platform_name).to_not be_nil
54
expect(caps.browser_version).to match(/^\d\d\./)
55
- expect(caps.platform_version).to_not be_nil
56
57
compliant_on browser: :ff_nightly do
58
expect(caps.accept_insecure_certs).to be == false
@@ -66,6 +65,7 @@ def restart_remote_server
66
65
expect(caps.remote_session_id).to be_nil
67
68
compliant_on browser: :ff_esr do
+ expect(caps.platform_version).to_not be_nil
69
expect(caps.rotatable).to be == false
70
end
71
ensure
0 commit comments