Skip to content

Commit 29af98d

Browse files
aguspetitusfortnernavin772
authored
[rb] Remove fedcm test guard due to fix in chrome (#16119)
Co-authored-by: titusfortner <[email protected]> Co-authored-by: Navin Chandra <[email protected]>
1 parent 77d20ae commit 29af98d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

rb/spec/integration/selenium/webdriver/fedcm_spec.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
module Selenium
2323
module WebDriver
2424
module FedCM
25-
describe FedCM,
26-
exclude: {browser: :chrome, reason: 'https://issues.chromium.org/u/0/issues/425801332'},
27-
exclusive: [{bidi: false, reason: 'Not yet implemented with BiDi'}, {browser: %i[chrome edge]}] do
25+
describe FedCM, exclusive: [{bidi: false, reason: 'Not yet implemented with BiDi'}, {browser: %i[chrome edge]}] do
2826
let(:dialog) { driver.fedcm_dialog }
2927

3028
before { driver.get url_for('fedcm/fedcm.html') }

0 commit comments

Comments
 (0)