-
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-8918] - Cypress test for restricted user Image empty landing page #11281
test: [M3-8918] - Cypress test for restricted user Image empty landing page #11281
Conversation
packages/manager/cypress/e2e/core/images/images-empty-landing-page.spec.ts
Outdated
Show resolved
Hide resolved
packages/manager/cypress/e2e/core/images/images-empty-landing-page.spec.ts
Show resolved
Hide resolved
Cloud Manager UI test results🎉 454 passing tests on test run #4 ↗︎
|
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, code review + checked acceptance criteria
thanks Haneef!
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.
Thanks @hasyed-akamai, high quality!
Approved pending any final suggestions from @subsingh-akamai
Approved from my side as well.. Great work Haneef :-) |
Description 📝
Added cypress test for restricted user Image Empty landing page
Changes 🔄
Added below cypress tests under in spec file -
cypress/e2e/core/images/images-empty-landing-page.spec.ts
How to test 🧪
yarn cy:run -s cypress/e2e/core/images/images-empty-landing-page.spec.ts
Verification steps
When test executed using this command
yarn cy:run -s cypress/e2e/core/images/images-empty-landing-page.spec.ts
all tests should pass successfully.As an Author I have considered 🤔
Check all that apply