Skip to content

Commit

Permalink
[rb] Safari window minimize tests are passing
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed May 2, 2024
1 parent b456e60 commit 020521a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rb/spec/integration/selenium/webdriver/window_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ module WebDriver
expect(new_size.height).to be > old_size.height
end

it 'can minimize the window', except: [{browser: %i[chrome edge], headless: true},
{browser: :safari, ci: :github}],
it 'can minimize the window', except: [{browser: %i[chrome edge], headless: true}],
flaky: {browser: :chrome, platform: %i[macosx linux], ci: :github} do
window.minimize
expect {
Expand Down

0 comments on commit 020521a

Please sign in to comment.