Skip to content

Commit ea008f8

Browse files
committed
Update for fixed tests
1 parent b1e898b commit ea008f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/selenium_spec_firefox.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module TestSessions
6262
when 'Capybara::Session selenium #accept_confirm should work with nested modals'
6363
skip 'Broken in 63 <= FF < 69 - https://bugzilla.mozilla.org/show_bug.cgi?id=1487358' if firefox_gte?(63, @session) && firefox_lt?(69, @session)
6464
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)
65-
skip 'Broken again intermittently in FF 71 - jus skip it'
65+
skip 'Broken again intermittently in FF 71 - jus skip it' if firefox_lt?(109, @session) # don't really know when it was fixed
6666
when 'Capybara::Session selenium #click_link can download a file'
6767
skip 'Need to figure out testing of file downloading on windows platform' if Gem.win_platform?
6868
when 'Capybara::Session selenium #reset_session! removes ALL cookies'
@@ -71,7 +71,7 @@ module TestSessions
7171
pending "Firefox < 62 doesn't support a DataTransfer constructor" if firefox_lt?(62.0, @session)
7272
when 'Capybara::Session selenium #accept_alert should handle the alert if the page changes',
7373
'Capybara::Session selenium #accept_alert with an asynchronous alert should accept the alert'
74-
skip 'No clue what Firefox is doing here - works fine on MacOS locally'
74+
skip 'No clue what Firefox is doing here - works fine on MacOS locally' if firefox_lt?(109, @session) # don't really know when it was fixed
7575
when 'Capybara::Session selenium node #shadow_root should find elements inside the shadow dom using CSS',
7676
'Capybara::Session selenium node #shadow_root should find nested shadow roots',
7777
'Capybara::Session selenium node #shadow_root should click on elements',

0 commit comments

Comments
 (0)