You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
skip'Hangs in 69 <= FF < 71 - Dont know what issue for this - previous issue was closed as fixed but it is not'iffirefox_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'iffirefox_lt?(109,@session)# don't really know when it was fixed
66
66
when'Capybara::Session selenium #click_link can download a file'
67
67
skip'Need to figure out testing of file downloading on windows platform'ifGem.win_platform?
68
68
when'Capybara::Session selenium #reset_session! removes ALL cookies'
@@ -71,7 +71,7 @@ module TestSessions
71
71
pending"Firefox < 62 doesn't support a DataTransfer constructor"iffirefox_lt?(62.0,@session)
72
72
when'Capybara::Session selenium #accept_alert should handle the alert if the page changes',
73
73
'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'iffirefox_lt?(109,@session)# don't really know when it was fixed
75
75
when'Capybara::Session selenium node #shadow_root should find elements inside the shadow dom using CSS',
76
76
'Capybara::Session selenium node #shadow_root should find nested shadow roots',
77
77
'Capybara::Session selenium node #shadow_root should click on elements',
0 commit comments