We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eaf154 commit 419944dCopy full SHA for 419944d
rb/spec/integration/selenium/webdriver/firefox/driver_spec.rb
@@ -44,8 +44,10 @@ module Firefox
44
page: {width: 30})).to include(magic_number)
45
end
46
47
- it 'prints full page', except: {platform: :windows,
48
- reason: 'Some issues with resolution?'} do
+ it 'prints full page', except: [{platform: :windows,
+ reason: 'Some issues with resolution?'},
49
+ {platform: :macosx,
50
+ reason: 'showing half resolution of what expected'}] do
51
viewport_width = driver.execute_script('return window.innerWidth;')
52
viewport_height = driver.execute_script('return window.innerHeight;')
53
0 commit comments