Skip to content

Commit 020521a

Browse files
committed
[rb] Safari window minimize tests are passing
1 parent b456e60 commit 020521a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,7 @@ module WebDriver
124124
expect(new_size.height).to be > old_size.height
125125
end
126126

127-
it 'can minimize the window', except: [{browser: %i[chrome edge], headless: true},
128-
{browser: :safari, ci: :github}],
127+
it 'can minimize the window', except: [{browser: %i[chrome edge], headless: true}],
129128
flaky: {browser: :chrome, platform: %i[macosx linux], ci: :github} do
130129
window.minimize
131130
expect {

0 commit comments

Comments
 (0)