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 49017af commit 5d1b216Copy full SHA for 5d1b216
rb/spec/integration/selenium/webdriver/action_builder_spec.rb
@@ -202,9 +202,7 @@ module WebDriver
202
expect(element.attribute(:value)).to eq('Clicked')
203
end
204
205
- it 'moves to element with offset', except: {browser: :firefox,
206
- platform: %i[windows macosx],
207
- reason: 'Some issues with resolution?'} do
+ it 'moves to element with offset' do
208
driver.navigate.to url_for('javascriptPage.html')
209
origin = driver.find_element(id: 'keyUpArea')
210
destination = driver.find_element(id: 'clickField')
0 commit comments