Skip to content

Commit e7de5a1

Browse files
committed
Removing guards
1 parent 057395e commit e7de5a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ module WebDriver
102102
expect(new_rect.height).to eq(target_height)
103103
end
104104

105-
it 'can maximize the current window', except: {browser: :firefox, platform: :macosx} do
105+
it 'can maximize the current window' do
106106
window.size = old_size = Dimension.new(650, 650)
107107

108108
window.maximize

0 commit comments

Comments
 (0)