Skip to content

Commit 25adcf1

Browse files
committed
Unignore tests for setting different cookies on different domain
The issue has been fixed in ChromeDriver 90 https://bugs.chromium.org/p/chromedriver/issues/detail?id=3733
1 parent dd8741a commit 25adcf1

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,7 @@ module WebDriver
9292
}.to raise_error(Error::UnableToSetCookieError)
9393
end
9494

95-
it 'should not allow setting on a different domain',
96-
except: [{browser: %i[chrome edge],
97-
reason: "https://bugs.chromium.org/p/chromedriver/issues/detail?id=3733"},
98-
{browser: %i[safari safari_preview]}] do
95+
it 'should not allow setting on a different domain', except: {browser: %i[safari safari_preview]} do
9996
expect {
10097
driver.manage.add_cookie name: 'domain',
10198
value: 'different',

0 commit comments

Comments
 (0)