Open hasyed-akamai opened 5 days ago
:x: Failing | :white_check_mark: Passing | :arrow_right_hook: Skipped | :clock1: Duration |
2 Failing | 461 Passing | 2 Skipped | 116m 7s |
Failing Tests | ||
---|---|---|
Spec | Test | |
:x: | rebuild-linode.spec.ts | rebuild linode ยป rebuilds a linode from Community StackScript |
:x: | rebuild-linode.spec.ts | rebuild linode ยป rebuilds a linode from Account StackScript |
Use this command to re-run the failing tests:
yarn cy:run -s "cypress/e2e/core/linodes/rebuild-linode.spec.ts,cypress/e2e/core/linodes/rebuild-linode.spec.ts"
Description ๐
Added cypress test for restricted user Image non-Empty landing page
Changes ๐
Added below cypress tests under in spec file -
cypress/e2e/core/images/images-non-empty-landing-page.spec.ts
2. Navigate to images page with restricted user - https://cloud.linode.com/images | 1. List image table is present.
2. Validate that "Create Image" button is disabled.
3. Validate the tooltip warning message "You don't have permissions to create Images. Please contact your account administrator to request the necessary permissions."
4. Validate the action menu items are disabled for restricted user except "Deploy to New Linode"
How to test ๐งช
yarn cy:run -s cypress/e2e/core/images/images-non-empty-landing-page.spec.ts
Verification steps
When test executed using this command
yarn cy:run -s cypress/e2e/core/images/images-non-empty-landing-page.spec.ts
all tests should pass successfully.As an Author I have considered ๐ค
Check all that apply