Closed ryanthemanuel closed 23 hours ago
This issue has not had any activity in 180 days. Cypress evolves quickly and the reported behavior should be tested on the latest version of Cypress to verify the behavior is still occurring. It will be closed in 14 days if no updates are provided.
This issue has been closed due to inactivity.
Current behavior
I'm seeing an issue where commands that should be grouped together aren't being grouped together.
This seems to have broken (or become worse) in 13.6.0 with this commit: https://github.com/cypress-io/cypress/pull/27998
Debugging through the code it appears that we're trying to compare displayMessages that aren't quite matching: https://github.com/cypress-io/cypress/blob/develop/packages/reporter/src/commands/command-model.ts#L202-L206
Some are
GET /test/1
and some areGET 200 /test/1
. Basically some are including the response status and some are not. The only thing I can think of is that with the new version ofchrome-remote-interface
the timing of responses has changed.Desired behavior
I would expect:
Test code to reproduce
The code that I'm using to recreate this is:
xhr.html
test.cy.js
Cypress Version
13.6.0 (or at least it has become more common in this version)
Node version
any
Operating System
any
Debug Logs
No response
Other
No response