Skip to content

Commit 83b0b0d

Browse files
committed
Revert "[rb] Disable window minimize test for Chrome on Linux CI"
This reverts commit cc87ca0.
1 parent cc87ca0 commit 83b0b0d

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

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

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

127-
it 'can minimize the window', except: [
128-
{browser: %i[chrome edge], headless: true, reason: 'Cannot minimize a headless window'},
129-
{browser: :chrome, platform: :linux, ci: :github, reason: 'Minimize fails with an error'}
130-
] do
127+
it 'can minimize the window', except: {browser: %i[chrome edge], headless: true} do
131128
window.minimize
132129
expect(driver.execute_script('return document.hidden;')).to be true
133130
end

0 commit comments

Comments
 (0)