Reorganize Cypress tests and remove duplicate tests
Merge request reports
Activity
Filter activity
added 1 commit
- da5857c9 - Remove brittle check for alert in discoverTasks
mentioned in commit 2143ff7a
mentioned in merge request !382 (merged)
I had to remove the assertion of
alert
in the firstdiscoverTasks
tests. It broke consistently because of themonitor
test is now run before it. There is apparently some leaking due to the switching between/monitor
and/edit
pages that prevents Cypress from finding thealert
.I will probably try to fix it more elegantly later using the info in https://www.cypress.io/blog/2020/08/17/when-can-the-test-navigate/ but I feel like I ran enough e2e tests for the day.
Please register or sign in to reply