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
Logs that should create one snapshot when the log is created, like cy.clock() or expect(something).to.be(something) is incorrectly creating two logs when the logs originate from a secondary origin.
See some examples:
Primary Origin
Secondary Origin
Desired behavior
Secondary origin logs should log the same attributes as a primary origin log.
Current behavior
Logs that should create one snapshot when the log is created, like
cy.clock()
orexpect(something).to.be(something)
is incorrectly creating two logs when the logs originate from a secondary origin.See some examples:
Desired behavior
Secondary origin logs should log the same attributes as a primary origin log.
Test code to reproduce
Cypress Version
13.6.2
Node version
16.16.0
Operating System
MacOS 12.5.1
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered: