Skip to content

Commit 644ad63

Browse files
committed
validate firefox
1 parent f168acf commit 644ad63

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

rb/spec/integration/selenium/webdriver/bidi/browser_spec.rb

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module Selenium
2323
module WebDriver
2424
class BiDi
2525
describe Browser, exclusive: {bidi: true, reason: 'only executed when bidi is enabled'},
26-
only: {browser: %i[chrome edge]} do
26+
only: {browser: %i[chrome edge firefox]} do
2727
after { |example| reset_driver!(example: example) }
2828

2929
let(:bidi) { driver.bidi }
@@ -72,13 +72,6 @@ class BiDi
7272
active_window = windows.first
7373

7474
expect(active_window).to be_a(Selenium::WebDriver::BiDi::Browser::Window)
75-
expect(active_window).to have_attributes(
76-
handle: an_instance_of(String),
77-
active: be_falsey,
78-
state: 'normal',
79-
height: an_instance_of(Integer),
80-
width: an_instance_of(Integer)
81-
)
8275
end
8376
end
8477
end

0 commit comments

Comments
 (0)