Skip to content

Commit e6f4023

Browse files
committed
Fix specs which used to send platformVersion in W3C payload
1 parent f10dfc0 commit e6f4023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rb/spec/integration/selenium/webdriver/firefox/driver_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ def restart_remote_server
5252
expect(caps.proxy).to be_nil
5353
expect(caps.platform_name).to_not be_nil
5454
expect(caps.browser_version).to match(/^\d\d\./)
55-
expect(caps.platform_version).to_not be_nil
5655

5756
compliant_on browser: :ff_nightly do
5857
expect(caps.accept_insecure_certs).to be == false
@@ -66,6 +65,7 @@ def restart_remote_server
6665
expect(caps.remote_session_id).to be_nil
6766

6867
compliant_on browser: :ff_esr do
68+
expect(caps.platform_version).to_not be_nil
6969
expect(caps.rotatable).to be == false
7070
end
7171
ensure

0 commit comments

Comments
 (0)