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 057395e commit e7de5a1Copy full SHA for e7de5a1
rb/spec/integration/selenium/webdriver/window_spec.rb
@@ -102,7 +102,7 @@ module WebDriver
102
expect(new_rect.height).to eq(target_height)
103
end
104
105
- it 'can maximize the current window', except: {browser: :firefox, platform: :macosx} do
+ it 'can maximize the current window' do
106
window.size = old_size = Dimension.new(650, 650)
107
108
window.maximize
0 commit comments