We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 211fd8a commit 25845b8Copy full SHA for 25845b8
rb/spec/integration/selenium/webdriver/bidi/network_inspector_spec.rb
@@ -22,7 +22,7 @@
22
module Selenium
23
module WebDriver
24
class BiDi
25
- describe NetworkInspector, only: {browser: %i[chrome edge firefox]} do
+ describe NetworkInspector, only: {browser: %i[firefox]} do
26
let(:empty_page) { '/bidi/emptyPage.html' }
27
let(:empty_text) { '/bidi/emptyText.txt' }
28
let(:redirected_http_equiv) { '/bidi/redirected_http_equiv.html' }
0 commit comments