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
fix: ensure we have marked things as stable prior to after/afterEach hooks running (#30536)
* fix: ensure we have marked things as stable prior to failing tests -- run ci
* fix: ensure we have marked things as stable prior to failing tests -- run ci
* add a test -- run ci
* clean up
* add changelog
* Update CHANGELOG.md
* Apply suggestions from code review
* Update cli/CHANGELOG.md
Co-authored-by: Matt Schile <[email protected]>
* allow failure
---------
Co-authored-by: Jennifer Shehane <[email protected]>
Co-authored-by: Matt Schile <[email protected]>
Copy file name to clipboardExpand all lines: cli/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,10 @@
3
3
4
4
_Released 11/5/2024 (PENDING)_
5
5
6
+
**Bugfixes:**
7
+
8
+
- Fixed an issue where the Cypress runner could hang in `after` or `afterEach` hooks that run Cypress commands after a page load timeout error occurs. Addresses [#30238](https://github.com/cypress-io/cypress/issues/30238).
9
+
6
10
**Misc:**
7
11
8
12
- Fixed a typo in CLI `global` option help text. Addresses [#30531](https://github.com/cypress-io/cypress/issues/30531).
0 commit comments