Skip to content

Commit 25845b8

Browse files
committed
[rb][bidi] fix: run tests only for firefox for now
1 parent 211fd8a commit 25845b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
module Selenium
2323
module WebDriver
2424
class BiDi
25-
describe NetworkInspector, only: {browser: %i[chrome edge firefox]} do
25+
describe NetworkInspector, only: {browser: %i[firefox]} do
2626
let(:empty_page) { '/bidi/emptyPage.html' }
2727
let(:empty_text) { '/bidi/emptyText.txt' }
2828
let(:redirected_http_equiv) { '/bidi/redirected_http_equiv.html' }

0 commit comments

Comments
 (0)