Skip to content

Commit

Permalink
Disable Chrome full screen test until we can figure out a proper guard
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Apr 18, 2019
1 parent 0444f7a commit add55b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rb/spec/integration/selenium/webdriver/window_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ module WebDriver
# Edge: Not Yet - https://dev.windows.com/en-us/microsoft-edge/platform/status/webdriver/details/
# https://github.com/mozilla/geckodriver/issues/1281
it 'can make window full screen', only: {window_manager: true, browser: %i[chrome ie firefox]},
exclude: {driver: :remote, browser: :firefox, platform: :linux} do
exclude: [{driver: :remote, browser: :firefox, platform: :linux}, {browser: :chrome}] do
window.size = old_size = Dimension.new(200, 200)

window.full_screen
Expand Down

0 comments on commit add55b4

Please sign in to comment.