-
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-7435, M3-7637] - Cypress tests for OBJ Multicluster access key management #10144
test: [M3-7435, M3-7637] - Cypress tests for OBJ Multicluster access key management #10144
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.
Nice, thank you!
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.
Nice work @jdamore-linode
}); | ||
|
||
ui.actionMenuItem | ||
// TODO M3-7696 Replace 'Edit Label' with 'Edit' upon merging #10118. |
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.
PR #10118 is merged we can update the TODO.
.click(); | ||
|
||
ui.drawer | ||
// TODO M3-7697 Replace 'Edit Access Key Label' with 'Edit Access Key' upon merging #10118. |
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.
Same here
.should('be.visible') | ||
.within(() => { | ||
mockBuckets.forEach((mockBucket) => { | ||
// TODO M3-7733 Update this selector when ARIA label is fixed. |
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.
Thank you @jdamore-linode for creating the ticket.
Thanks @cpathipa! Just merged in |
Description 📝
This adds 3 Cypress tests to confirm access key user flows when the OBJ Multicluster feature is enabled.
I added the
Wait to Merge
label because I'd like to wait for PR #10118 to be merged, at which point I'll push a couple changes here and then will remove the label. I added a couple TODO comments to mark the spots in the tests that will be impacted by the PR.Changes 🔄
objectStorage/access-keys.smoke.spec.ts
:How to test 🧪
Prerequisites
Verification steps
yarn cy:run -s "cypress/e2e/core/objectStorage/access-keys.smoke.spec.ts"
As an Author I have considered 🤔
Check all that apply