Skip to content

Commit 6dd6b26

Browse files
committed
Running test only for Chrome and Edge
1 parent 360e673 commit 6dd6b26

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,8 @@ 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+
only: {browser: %i[chrome edge],
173+
reason: 'https://github.com/mozilla/geckodriver/issues/1842'} do
175174
expect {
176175
driver.manage.add_cookie name: 'samesite',
177176
value: 'none-insecure',

0 commit comments

Comments
 (0)