Skip to content

Commit

Permalink
Merge branch 'trunk' into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
VietND96 authored Jul 25, 2024
2 parents a2f200b + 5d1b216 commit cb5516e
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 cb5516e

Please sign in to comment.