Skip to content

Commit 9190773

Browse files
committed
fix guard
1 parent 2f5c9be commit 9190773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rb/spec/integration/selenium/webdriver/window_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ module WebDriver
102102
expect(new_rect.height).to eq(target_height)
103103
end
104104

105-
it 'can maximize the current window', except: {browser: :firefox, platform: :macosx, headless: true} do
105+
it 'can maximize the current window', except: {browser: :firefox, platform: :macosx} do
106106
window.size = old_size = Dimension.new(700, 700)
107107

108108
window.maximize

0 commit comments

Comments
 (0)