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
We rely on an unmounted component (Project Connect Modal) to emit an event emit('success') when it is unmounted. This was working in Vue 3.2.31, but apparently unintended, and was changed in this PR to Vue https://github.com/vuejs/core/pull/5679/files which broke us.
Relying on an unmounted component to do anything is definitely not ideal, so we will need to change how that part of the App works.
Desired behavior
N/A
Test code to reproduce
N/A
Cypress Version
N/A
Node version
N/A
Operating System
N/A
Debug Logs
N/A
Other
No response
The text was updated successfully, but these errors were encountered:
nagash77
added
CT
Issue related to component testing
Triaged
Issue has been routed to backlog. This is not a commitment to have it prioritized by the team.
and removed
routed-to-ct
labels
Apr 19, 2023
Current behavior
I tried updating Vue (current on 3.2.31) and I noticed 3.2.32 causes this test to fail:
cypress/packages/app/cypress/e2e/runs.cy.ts
Line 287 in 070b3c9
We rely on an unmounted component (Project Connect Modal) to emit an event
emit('success')
when it is unmounted. This was working in Vue 3.2.31, but apparently unintended, and was changed in this PR to Vue https://github.com/vuejs/core/pull/5679/files which broke us.Relying on an unmounted component to do anything is definitely not ideal, so we will need to change how that part of the App works.
Desired behavior
N/A
Test code to reproduce
N/A
Cypress Version
N/A
Node version
N/A
Operating System
N/A
Debug Logs
Other
No response
The text was updated successfully, but these errors were encountered: