Skip to content

Commit cc508fe

Browse files
committed
[rb] add window minimization test for linux to flaky list
1 parent b5a2e11 commit cc508fe

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
@@ -126,7 +126,7 @@ module WebDriver
126126

127127
it 'can minimize the window', except: [{browser: %i[chrome edge], headless: true},
128128
{browser: :safari, ci: :github}],
129-
flaky: {browser: :chrome, platform: :macosx, ci: :github} do
129+
flaky: {browser: :chrome, platform: %i[macosx linux], ci: :github} do
130130
window.minimize
131131
expect {
132132
wait.until { driver.execute_script('return document.hidden;') }

0 commit comments

Comments
 (0)