Skip to content

Commit

Permalink
Remove unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aguspe committed Oct 16, 2024
1 parent bf3b1f6 commit eb01d3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 64 deletions.
3 changes: 2 additions & 1 deletion rb/spec/integration/selenium/webdriver/network_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@

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

Expand Down
63 changes: 0 additions & 63 deletions rb/spec/unit/selenium/webdriver/bidi/network_spec.rb

This file was deleted.

0 comments on commit eb01d3a

Please sign in to comment.