-
Notifications
You must be signed in to change notification settings - Fork 367
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-8693] - Cypress tests for Credit Card Expired banner #11383
test: [M3-8693] - Cypress tests for Credit Card Expired banner #11383
Conversation
Coverage Report: ✅ |
Cloud Manager UI test results🔺 1 failing test on test run #2 ↗︎
Details
TroubleshootingUse this command to re-run the failing tests: yarn cy:run -s "cypress/e2e/core/billing/smoke-billing-activity.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.
✅ confirmed test passes! thanks Hussain
test failure looks unrelated, although I was seeing the same issue on local - the default timezone is already EST - NY on the test account (and my account), so retyping in EST - NY doesn't change the field's value or enable the button:
do you know if this test is only recently failing? wonder if there were any changes to cause this
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
Cloud Manager E2E Run #6947
Run Properties:
|
Project |
Cloud Manager E2E
|
Branch Review |
develop
|
Run status |
Passed #6947
|
Run duration | 29m 01s |
Commit |
d0fb9149a0: test: [M3-8693] - Cypress tests for Credit Card Expired banner (#11383)
|
Committer | Hussain Khalil |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
3
|
Pending |
2
|
Skipped |
0
|
Passing |
469
|
View all changes introduced in this branch ↗︎ |
Changes 🔄
account/billing
.How to test 🧪
yarn cy:run -s "cypress/e2e/core/billing/credit-card-expired-banner.spec.ts"
Verify CI passes