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 50d1115 commit d94282eCopy full SHA for d94282e
rb/spec/integration/selenium/webdriver/manager_spec.rb
@@ -169,9 +169,7 @@ module WebDriver
169
end
170
171
it 'does not allow adding with value None when secure is false',
172
- except: [{browser: :firefox,
173
- reason: 'https://github.com/mozilla/geckodriver/issues/1842'},
174
- {browser: %i[safari safari_preview]}] do
+ except: [{browser: %i[safari safari_preview]}] do
175
expect {
176
driver.manage.add_cookie name: 'samesite',
177
value: 'none-insecure',
0 commit comments