Skip to content

Commit 94c4dfb

Browse files
committed
remove fedcm test guard
1 parent 72bf4ec commit 94c4dfb

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)