Skip to content

Commit d94282e

Browse files
committed
[rb] Enabling passing test
1 parent 50d1115 commit d94282e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

rb/spec/integration/selenium/webdriver/manager_spec.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,7 @@ module WebDriver
169169
end
170170

171171
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
172+
except: [{browser: %i[safari safari_preview]}] do
175173
expect {
176174
driver.manage.add_cookie name: 'samesite',
177175
value: 'none-insecure',

0 commit comments

Comments
 (0)