Skip to content

Commit 4fe801a

Browse files
committed
Unignore double click tests on Firefox
They now pass on Travis using GeckoDriver 0.20.0 and Firefox 59.0
1 parent 7ddba7c commit 4fe801a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@ module WebDriver
141141
expect(text).to eq('Dropped!')
142142
end
143143

144-
# Pending bug with Firefox
145-
it 'double clicks an element', except: {browser: :firefox} do
144+
it 'double clicks an element' do
146145
driver.navigate.to url_for('javascriptPage.html')
147146
element = driver.find_element(id: 'doubleClickField')
148147

0 commit comments

Comments
 (0)