Skip to content

Commit a18ce08

Browse files
committed
Add removed guard
1 parent e9db5c1 commit a18ce08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
# specific language governing permissions and limitations
1818
# under the License.
1919

20-
2120
require_relative 'spec_helper'
2221

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

0 commit comments

Comments
 (0)