I think there's a command or some other workaround in the cypress commands (on my phone right now, can't really search)
I've ranted on twitter about this before and got a few suggestions out of it: https://twitter.com/kolaente/status/1399254966343176192
Maybe those are worth a re-visit.
https://kolaente.dev/vikunja/frontend/src/branch/main/cypress/support/commands.js#L10
I also saw that the new create-vue comes with cypress support built in. Maybe there's something we can learn.. Will check that.
I also saw that the new [create-vue](https://github.com/vuejs/create-vue) comes with cypress support built in. Maybe there's something we can learn.. Will check that.
I think I could make these flaky tests working via getSettled in #816
That solves the issue for me. Tests need to work and not to be perfect =)
I think I could make these flaky tests working via `getSettled` in https://kolaente.dev/vikunja/frontend/pulls/816
That solves the issue for me. Tests need to work and not to be perfect =)
I see these tests fail from time to time and have to restart the CI to make them pass.
That's kind of a known issue with cypress. I think there's a workaround command in there somewhere.
You mean the
getSettled
command?No I mean the
This element is detached from the dom
issueAhh and what do you mean then by: [...] in there somewhere
I think there's a command or some other workaround in the cypress commands (on my phone right now, can't really search)
I've ranted on twitter about this before and got a few suggestions out of it: https://twitter.com/kolaente/status/1399254966343176192
Maybe those are worth a re-visit.
https://kolaente.dev/vikunja/frontend/src/branch/main/cypress/support/commands.js#L10
I also saw that the new create-vue comes with cypress support built in. Maybe there's something we can learn.. Will check that.
I think I could make these flaky tests working via
getSettled
in #816That solves the issue for me. Tests need to work and not to be perfect =)
Oh definitely :)