Skip to content

Commit eb01d3a

Browse files
committed
Remove unit tests
1 parent bf3b1f6 commit eb01d3a

File tree

2 files changed

+2
-64
lines changed

2 files changed

+2
-64
lines changed

rb/spec/integration/selenium/webdriver/network_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323

2424
module Selenium
2525
module WebDriver
26-
describe Network, only: {browser: %i[chrome edge firefox]} do
26+
describe Network, exclusive: {bidi: true, reason: 'only executed when bidi is enabled'},
27+
only: {browser: %i[chrome edge firefox]} do
2728
let(:username) { SpecSupport::RackServer::TestApp::BASIC_AUTH_CREDENTIALS.first }
2829
let(:password) { SpecSupport::RackServer::TestApp::BASIC_AUTH_CREDENTIALS.last }
2930

rb/spec/unit/selenium/webdriver/bidi/network_spec.rb

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)