-
Notifications
You must be signed in to change notification settings - Fork 364
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-8149] - Add test for Linode create error flows #10761
Conversation
Coverage Report: ✅ |
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.
Test passes in CI ✅ (I observed timeout failures locally)
* - Confirms error message can show up during Linode create flow. | ||
* - Confirms Linode can be created after retry. | ||
*/ | ||
it('unexpected error show up during Linode create flow', () => { |
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.
it('unexpected error show up during Linode create flow', () => { | |
it('shows unexpected error during Linode create flow', () => { |
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.
Updated!
E2E failure is not related with this change |
* Add test for Linode create error flows * Added changeset: Add test for Linode create error flows * update after review
Description 📝
Add Cypress integration tests using mock API data to confirm that Cloud Manager behaves gracefully when errors occur during the Linode create flow.
Changes 🔄
How to test 🧪
As an Author I have considered 🤔
Check all that apply