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 7ddba7c commit 4fe801aCopy full SHA for 4fe801a
rb/spec/integration/selenium/webdriver/action_builder_spec.rb
@@ -141,8 +141,7 @@ module WebDriver
141
expect(text).to eq('Dropped!')
142
end
143
144
- # Pending bug with Firefox
145
- it 'double clicks an element', except: {browser: :firefox} do
+ it 'double clicks an element' do
146
driver.navigate.to url_for('javascriptPage.html')
147
element = driver.find_element(id: 'doubleClickField')
148
0 commit comments