fix(navigation): resolve wait on canceled requests#32309
Open
adamalston wants to merge 7 commits intocypress-io:developfrom
Open
fix(navigation): resolve wait on canceled requests#32309adamalston wants to merge 7 commits intocypress-io:developfrom
adamalston wants to merge 7 commits intocypress-io:developfrom
Conversation
Collaborator
|
Contributor
Author
|
Regarding the changes in a623e1f:
|
AtofStryker
reviewed
Oct 28, 2025
| markRequestAsCancelled(request) | ||
| }) | ||
| } catch (_) { | ||
| // TODO: Should I use `$errUtils.logError` or another method from |
Contributor
There was a problem hiding this comment.
My opinion @adamalston would be to do nothing since an error in the Cypress log would likely confuse the user. @jennifer-shehane anything you want to add here?
Member
|
@adamalston Any updates here? |
Contributor
Author
|
Hi @jennifer-shehane, I don't have any updates. When I originally opened this pull request, the tests appeared to be passing. In more recent commits, they now appear to be failing. I'm not sure whether the failures are related to my changes or something that was pulled in via a merge from |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Additional details
I left a
TODOwith some questions that hopefully someone can answer.Steps to test
Revert the fix and check that the test fails.
How has the user experience changed?
N/A
PR Tasks
cypress-documentation?type definitions?Note
Bug fix: resolve waits on navigation-canceled requests
state: 'Errored'with a cancellation error to unblockcy.wait()cy.wait('@alias')resolves after navigation cancels the requestcli/CHANGELOG.mdwith the bugfix noteWritten by Cursor Bugbot for commit 07e5542. This will update automatically on new commits. Configure here.