Skip to content

Commit 17e08e8

Browse files
committed
Ignore upload multiple files test for remote + IE
IE has limitation which prevents uploading files from different directories. Even though the test attempts to upload files from the same directory, remote shakes them into different directories, so it's practically impossible to upload multiple files using remote + IE.
1 parent 1372031 commit 17e08e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module WebDriver
4242
end
4343
end
4444

45-
context 'when uploading multiple files', only: {browser: %i[chrome ie]} do
45+
context 'when uploading multiple files', only: {browser: :chrome} do
4646
it 'uses the file detector' do
4747
driver.navigate.to url_for('upload_multiple.html')
4848

0 commit comments

Comments
 (0)