Skip to content

Commit

Permalink
[rb] fix test guard to use correct platform name
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Nov 14, 2023
1 parent aeb0d62 commit 8cebe10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rb/spec/integration/selenium/webdriver/window_spec.rb
Expand Up @@ -126,7 +126,7 @@ module WebDriver

it 'can minimize the window', except: [{browser: %i[chrome edge], headless: true},
{browser: :safari, ci: :github}],
flaky: {browser: :chrome, platform: :macos, ci: :github} do
flaky: {browser: :chrome, platform: :macosx, ci: :github} do
window.minimize
expect {
wait.until { driver.execute_script('return document.hidden;') }
Expand Down

0 comments on commit 8cebe10

Please sign in to comment.