Skip to content

Commit 2c0d2fe

Browse files
committed
Update test
1 parent 82485a9 commit 2c0d2fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ module Edge
6565
it 'enables BiDi on initialization' do
6666
quit_driver
6767

68-
options = Selenium::WebDriver::Options.chrome(bidi: true)
68+
options = Selenium::WebDriver::Options.edge(bidi: true)
6969
expect(options.web_socket_url).to be true
7070
expect(options.bidi?).to be true
7171

72-
driver = Selenium::WebDriver.for :chrome, options: options
72+
driver = Selenium::WebDriver.for :edge, options: options
7373

7474
expect(driver.capabilities.web_socket_url).to be_a String
7575

0 commit comments

Comments
 (0)