Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect order of cy events #14

Closed
agoldis opened this issue Mar 21, 2023 · 2 comments
Closed

Incorrect order of cy events #14

agoldis opened this issue Mar 21, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@agoldis
Copy link
Contributor

agoldis commented Mar 21, 2023

Sometimes, after calling npx cypress run, the entities generated in the cy field of the apps/web/dump folder files have an unexpected order: the steps are ordered ascending by timestamp, but the order of the operations is not preserved

@vCaisim please submit an example

@agoldis agoldis added the bug Something isn't working label Mar 21, 2023
@vCaisim
Copy link
Contributor

vCaisim commented Mar 22, 2023

Sometimes, after calling npx cypress run, the entities generated in the cy field of the apps/web/dump folder files have an unexpected order: the steps are ordered ascending by timestamp, but the order of the operations is not preserved

@vCaisim please submit an example

That was my mistake. I had to reset the events container after the last task, so the next test data will not contain events from the previous one. I fixed it in the latest PR.

@vCaisim vCaisim closed this as completed Mar 23, 2023
@vCaisim
Copy link
Contributor

vCaisim commented Mar 23, 2023

Solved in #19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants