-
Notifications
You must be signed in to change notification settings - Fork 363
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
test: [M3-6611] - Add new assertions for linode backup tests #11326
base: develop
Are you sure you want to change the base?
Conversation
Coverage Report: ✅ |
Cloud Manager UI test results🔺 3 failing tests on test run #2 ↗︎
Details
TroubleshootingUse this command to re-run the failing tests: yarn cy:run -s "cypress/e2e/core/images/machine-image-upload.spec.ts,cypress/e2e/core/linodes/linode-storage.spec.ts,cypress/e2e/core/linodes/linode-storage.spec.ts" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clean! 🧼 Thanks Azure!
Edit: You're welcome to disregard the test failures but I think all of those are fixed in develop now -- shout out to @bnussman-akamai for the machine images fixes!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"@linode/manager": Tests | ||
--- | ||
|
||
Add new assertions for linode backup tests ([#11326](https://github.com/linode/manager/pull/11326)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add new assertions for linode backup tests ([#11326](https://github.com/linode/manager/pull/11326)) | |
Add new assertions for linode backup Cypress tests ([#11326](https://github.com/linode/manager/pull/11326)) |
Optional nit for clarity
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description 📝
The cypress/e2e/core/linodes/backup-linode.spec.ts have a few shortcomings that should be addressed:
Changes 🔄
List any change(s) relevant to the reviewer.
How to test 🧪
As an Author, I have considered 🤔