Skip to content

Commit

Permalink
[rb] Fix firefox pipeline by removing guards (#14277)
Browse files Browse the repository at this point in the history
  • Loading branch information
aguspe authored Jul 24, 2024
1 parent 49017af commit 5d1b216
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,7 @@ module WebDriver
expect(element.attribute(:value)).to eq('Clicked')
end

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

0 comments on commit 5d1b216

Please sign in to comment.