Conversation
1 flaky tests on run #2950 ↗︎Details:
|
|||||||||||||||||||||
| Test | ||
|---|---|---|
| map > [By User] > should show the user a message stating their pin is rejected |
Screenshot
|
|
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.
2051471 to
bf5d9b1
Compare
|
@chrismclarke I have uncovered some Cypress tests that were being skipped. Do you have any context on whether they should/shouldn't pass. |
bf5d9b1 to
10bfec9
Compare
|
Thanks @thisislawatts - sorry for the slow response, I can't recall anything off-hand for why specific tests were skipped, looking at my local branch I can see two cases of Anything else needed from me on this PR? taking a quick look through the code changes all looks good to me. I can see some minor lint and conflict issues, let me know if you want me to help get these resolved or if you have any plans to revisit. Otherwise i'd say this should be pretty much good to go |
2dd076c to
9b76d2f
Compare
test: remove a few hard coded wait chore: adopt mocha eslint rules for cypress suites Originally looking for a Cypress rule to flag skipped tests. Based on the suggestion here: cypress-io/eslint-plugin-cypress#87 (comment) chore: remove empty test suite
9b76d2f to
d410591
Compare
|
Thanks @chrismclarke, I will push those skipped tests to another PR. It would be more valuable to get these automated checks in to prevent any more |
chrismclarke
left a comment
There was a problem hiding this comment.
Thanks @thisislawatts , sounds good to me. Really nice to have these added checks in for sure
|
🎉 This PR is included in version 1.38.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |

PR Checklist
PR Type
Description
Following on from #2076, I wondered how our Cypress tests were looking.
This PR aims to:
I am not certain about the work involved with removing the cypress rule violations. This may or may not need to be split across multiple PRs, as I have already found a few focused tests 😬