Skip to content

Commit 4b51609

Browse files
committed
Added firefox guard again
1 parent 95e6a49 commit 4b51609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

171171
it 'does not allow adding with value None when secure is false',
172-
except: [{version: GlobalTestEnv.beta_browser_version(:firefox),
172+
except: [{browser: :firefox,
173173
reason: 'https://github.com/mozilla/geckodriver/issues/1842'},
174174
{browser: %i[safari safari_preview]}] do
175175
expect {

0 commit comments

Comments
 (0)