File tree 2 files changed +2
-3
lines changed
rb/spec/integration/selenium/webdriver
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -178,9 +178,8 @@ module WebDriver
178
178
end
179
179
end
180
180
181
- # Firefox - Pointer actions not in firefox stable yet
182
181
# IE - https://github.com/SeleniumHQ/selenium/pull/4043
183
- it 'should drag and drop' , except : { browser : %i[ safari firefox ff_nightly ie ] } do
182
+ it 'should drag and drop' , except : { browser : %i[ safari firefox ie ] } do
184
183
driver . navigate . to url_for ( 'dragAndDropTest.html' )
185
184
186
185
img1 = driver . find_element ( id : 'test1' )
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ module WebDriver
30
30
driver . file_detector = nil
31
31
end
32
32
33
- it 'uses the file detector' , only : { browser : %i[ chrome ff_esr ] } do
33
+ it 'uses the file detector' , only : { browser : %i[ chrome ff_esr firefox ff_nightly ] } do
34
34
driver . navigate . to url_for ( 'upload.html' )
35
35
36
36
driver . find_element ( id : 'upload' ) . send_keys ( 'random string' )
You can’t perform that action at this time.
0 commit comments