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 360e673 commit 6dd6b26Copy full SHA for 6dd6b26
rb/spec/integration/selenium/webdriver/manager_spec.rb
@@ -169,9 +169,8 @@ 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
+ only: {browser: %i[chrome edge],
+ reason: 'https://github.com/mozilla/geckodriver/issues/1842'} do
175
expect {
176
driver.manage.add_cookie name: 'samesite',
177
value: 'none-insecure',
0 commit comments