Skip to content

Commit 48abe77

Browse files
committed
Unguard delete cookie test for Firefox
1 parent 7389846 commit 48abe77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rb/spec/integration/selenium/webdriver/options_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ module WebDriver
7979
end
8080

8181
# Edge BUG - https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/5751773/
82-
it 'should delete one', except: [{browser: :edge}, [driver: :firefox]] do
82+
it 'should delete one', except: {browser: :edge} do
8383
driver.navigate.to url_for('xhtmlTest.html')
8484
driver.manage.add_cookie name: 'foo', value: 'bar'
8585

0 commit comments

Comments
 (0)