Skip to content

Commit 0e35b96

Browse files
Clarify the exact issues that are fixed in Changelog.
1 parent 479d674 commit 0e35b96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_changelogs/5.0.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Cypress now includes support for test retries! Similar to how Cypress will retry
2828

2929
**Bugfixes:**
3030

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 %}.
3333
- We now emit the pass event from Mocha after all hooks have run. Fixes {% issue 7730 %}.
3434

3535
**Documentation Changes:**

0 commit comments

Comments
 (0)