Skip to content

Commit 419944d

Browse files
committed
[rb] add test guard back
1 parent 7eaf154 commit 419944d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

rb/spec/integration/selenium/webdriver/firefox/driver_spec.rb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@ module Firefox
4444
page: {width: 30})).to include(magic_number)
4545
end
4646

47-
it 'prints full page', except: {platform: :windows,
48-
reason: 'Some issues with resolution?'} do
47+
it 'prints full page', except: [{platform: :windows,
48+
reason: 'Some issues with resolution?'},
49+
{platform: :macosx,
50+
reason: 'showing half resolution of what expected'}] do
4951
viewport_width = driver.execute_script('return window.innerWidth;')
5052
viewport_height = driver.execute_script('return window.innerHeight;')
5153

0 commit comments

Comments
 (0)