Skip to content

Commit

Permalink
Add removed guard
Browse files Browse the repository at this point in the history
  • Loading branch information
aguspe committed Dec 13, 2024
1 parent e9db5c1 commit a18ce08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rb/spec/integration/selenium/webdriver/network_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
# specific language governing permissions and limitations
# under the License.


require_relative 'spec_helper'

module Selenium
module WebDriver
describe Network 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

0 comments on commit a18ce08

Please sign in to comment.