We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cae246 commit 30e33a9Copy full SHA for 30e33a9
rb/spec/integration/selenium/webdriver/manager_spec.rb
@@ -64,7 +64,8 @@ module WebDriver
64
expect(driver.manage.cookie_named('security')[:http_only]).to eq true
65
end
66
67
- it 'should not show secure when insecure' do
+ it 'should not add secure when http', except: {browser: :firefox,
68
+ reason: 'https://github.com/mozilla/geckodriver/issues/1840'} do
69
driver.navigate.to url_for('xhtmlTest.html')
70
driver.manage.add_cookie name: 'security',
71
value: 'secure',
0 commit comments