Skip to content

Commit edfe8dc

Browse files
committed
Fix formatting issues
1 parent 92e2b5b commit edfe8dc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

rb/spec/integration/selenium/webdriver/bidi/browsing_context_spec.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@
2222
module Selenium
2323
module WebDriver
2424
class BiDi
25-
describe BrowsingContext, exclusive: { bidi: true, reason: 'only executed when bidi is enabled' },
26-
only: { browser: %i[chrome edge firefox] } do
25+
describe BrowsingContext, exclusive: {bidi: true, reason: 'only executed when bidi is enabled'},
26+
only: {browser: %i[chrome edge firefox]} do
2727
after { |example| reset_driver!(example: example) }
28+
2829
let(:bridge) { driver.instance_variable_get(:@bridge) }
2930

3031
describe '#create' do

0 commit comments

Comments
 (0)