Skip to content

Commit add55b4

Browse files
committed
Disable Chrome full screen test until we can figure out a proper guard
1 parent 0444f7a commit add55b4

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
@@ -119,7 +119,7 @@ module WebDriver
119119
# Edge: Not Yet - https://dev.windows.com/en-us/microsoft-edge/platform/status/webdriver/details/
120120
# https://github.com/mozilla/geckodriver/issues/1281
121121
it 'can make window full screen', only: {window_manager: true, browser: %i[chrome ie firefox]},
122-
exclude: {driver: :remote, browser: :firefox, platform: :linux} do
122+
exclude: [{driver: :remote, browser: :firefox, platform: :linux}, {browser: :chrome}] do
123123
window.size = old_size = Dimension.new(200, 200)
124124

125125
window.full_screen

0 commit comments

Comments
 (0)