Skip to content

Commit 5ef3f2a

Browse files
committed
Disable file upload Ruby tests on Firefox
1 parent 3cf7c5f commit 5ef3f2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rb/spec/integration/selenium/webdriver/element_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ module WebDriver
7070

7171
# PhantomJS on windows issue: https://github.com/ariya/phantomjs/issues/10993
7272
# https://github.com/mozilla/geckodriver/issues/644
73-
not_compliant_on browser: [:safari, :edge, :phantomjs, :ff_nightly] do
73+
# https://github.com/mozilla/geckodriver/issues/858
74+
not_compliant_on browser: [:safari, :edge, :phantomjs, :ff_nightly, :firefox] do
7475
it 'should handle file uploads' do
7576
driver.navigate.to url_for('formPage.html')
7677

0 commit comments

Comments
 (0)