From ff56903eaed5266111a3166c7e72b1b33bfce997 Mon Sep 17 00:00:00 2001 From: Thomas Walpole Date: Sun, 22 Dec 2019 09:37:42 -0800 Subject: [PATCH] Skip accept_confirm nested modal test in FF --- spec/selenium_spec_firefox.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/selenium_spec_firefox.rb b/spec/selenium_spec_firefox.rb index 0e8c24ec..fae7a531 100644 --- a/spec/selenium_spec_firefox.rb +++ b/spec/selenium_spec_firefox.rb @@ -59,6 +59,7 @@ Capybara::SpecHelper.run_specs TestSessions::SeleniumFirefox, 'selenium', capyba when 'Capybara::Session selenium #accept_confirm should work with nested modals' skip 'Broken in 63 <= FF < 69 - https://bugzilla.mozilla.org/show_bug.cgi?id=1487358' if firefox_gte?(63, @session) && firefox_lt?(69, @session) skip 'Hangs in 69 <= FF < 71 - Dont know what issue for this - previous issue was closed as fixed but it is not' if firefox_gte?(69, @session) && firefox_lt?(71, @session) + skip 'Broken again intermittently in FF 71 - jus skip it' when 'Capybara::Session selenium #click_link can download a file' skip 'Need to figure out testing of file downloading on windows platform' if Gem.win_platform? when 'Capybara::Session selenium #reset_session! removes ALL cookies'