Skip to content

Commit cfe8467

Browse files
committed
Fix formatting
1 parent 030d262 commit cfe8467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rb/spec/integration/selenium/webdriver/devtools_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ module WebDriver
108108

109109
driver.execute_script('console.log(document);')
110110
wait.until { !logs.empty? }
111-
111+
112112
expect(logs).to include(
113113
an_object_having_attributes(type: :log, args: [hash_including('type' => 'object')])
114114
)

0 commit comments

Comments
 (0)