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
Copy file name to clipboardExpand all lines: source/_changelogs/5.0.0.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,8 @@ Cypress now includes support for test retries! Similar to how Cypress will retry
28
28
29
29
**Bugfixes:**
30
30
31
-
- Cypress will now properly run on Firefox versions >= 75. Addressed in {% PR 7791 %}.
32
-
- The Developer Tools menu will now always display in Electron when switching focus from Specs to the Test Runner. Addressed in {% PR 7791 %}.
31
+
- Cypress will no longer throw a `Cannot read property 'isAttached' of undefined` error during `cypress run` on Firefox versions >= 75. Fixes {% PR 6813 %}.
32
+
- The Developer Tools menu will now always display in Electron when switching focus from Specs to the Test Runner. Fixes {% PR 3559 %}.
33
33
- We now emit the pass event from Mocha after all hooks have run. Fixes {% issue 7730 %}.
0 commit comments