Skip to content

Commit 5d1b216

Browse files
authored
[rb] Fix firefox pipeline by removing guards (#14277)
1 parent 49017af commit 5d1b216

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

rb/spec/integration/selenium/webdriver/action_builder_spec.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,7 @@ module WebDriver
202202
expect(element.attribute(:value)).to eq('Clicked')
203203
end
204204

205-
it 'moves to element with offset', except: {browser: :firefox,
206-
platform: %i[windows macosx],
207-
reason: 'Some issues with resolution?'} do
205+
it 'moves to element with offset' do
208206
driver.navigate.to url_for('javascriptPage.html')
209207
origin = driver.find_element(id: 'keyUpArea')
210208
destination = driver.find_element(id: 'clickField')

0 commit comments

Comments
 (0)