Skip to content

Commit e554ac9

Browse files
Augustin GottliebAugustin Gottlieb
authored andcommitted
address symbol/string issue
1 parent e3b55a2 commit e554ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class BiDi
117117
browser = described_class.new(bidi)
118118
window = browser.window
119119

120-
window.set_state(state: 'normal', width: 1024, height: 768, x: 100, y: 50)
120+
window.set_state(state: :normal, width: 1024, height: 768, x: 100, y: 50)
121121
expect(window.state).to eq(:normal)
122122
expect(window.width).to eq(1024)
123123
expect(window.height).to eq(768)

0 commit comments

Comments
 (0)