mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
FF63 is currently broken for multiple modals
This commit is contained in:
parent
5dabc1e212
commit
6d470ba90f
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,8 @@ Capybara::SpecHelper.run_specs TestSessions::SeleniumMarionette, 'selenium', cap
|
|||
'if files are already set'
|
||||
when 'Capybara::Session selenium #attach_file with multipart form should fire change once when uploading multiple files from empty'
|
||||
pending "FF < 62 doesn't support setting all files at once" if marionette_lt?(62, @session)
|
||||
when 'Capybara::Session selenium #accept_confirm should work with nested modals'
|
||||
skip 'Broken in FF 63 - https://bugzilla.mozilla.org/show_bug.cgi?id=1487358' if marionette_gte?(63, @session)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue