test: [M3-10492] - Prepare Cypress tests for IAM navigation feature flag flip#12723
Merged
jdamore-linode merged 7 commits intolinode:developfrom Aug 20, 2025
Conversation
dmcintyr-akamai
approved these changes
Aug 19, 2025
cliu-akamai
approved these changes
Aug 19, 2025
dwiley-akamai
approved these changes
Aug 19, 2025
Contributor
dwiley-akamai
left a comment
There was a problem hiding this comment.
CI is in good shape 🚀
cpathipa
approved these changes
Aug 20, 2025
Collaborator
Cloud Manager UI test results🎉 731 passing tests on test run #13 ↗︎
|
This was referenced Aug 21, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description 📝
This updates our Cypress tests that had previously been mocking the IAM feature flag to be disabled so that they now pass with the flag enabled.
Changes 🔄
iamRbacPrimaryNavChangesfeature flag to be enabled in tests that had previously been mocking it to be disablediamRbacPrimaryNavChangesis enablediamRbacPrimaryNavChangesmock in tests that already pass when the feature flag is enabled and disabledScope 🚢
Upon production release, changes in this PR will be visible to:
Target release date 🗓️
8/26/2026
How to test 🧪
We can rely on CI for this. Alternatively, you can use the following command to run all of the tests that were touched by this PR:
pnpm cy:run -s "cypress/e2e/core/account/account-maintenance.spec.ts,cypress/e2e/core/account/quotas-nav.spec.ts,cypress/e2e/core/account/restricted-user-details-pages.spec.ts,cypress/e2e/core/account/service-transfer.spec.ts,cypress/e2e/core/billing/billing-contact.spec.ts,cypress/e2e/core/billing/billing-invoices.spec.ts,cypress/e2e/core/billing/credit-card-expired-banner.spec.ts,cypress/e2e/core/billing/google-pay.spec.ts,cypress/e2e/core/billing/restricted-user-billing.spec.ts,cypress/e2e/core/billing/smoke-billing-activity.spec.ts,cypress/e2e/core/general/smoke-deep-link.spec.ts,cypress/e2e/core/linodes/rebuild-linode.spec.ts,cypress/e2e/core/linodes/smoke-delete-linode.spec.ts,cypress/e2e/core/linodes/smoke-linode-landing-table.spec.ts,cypress/e2e/core/notificationsAndEvents/qemu-reboot-upgrade-notice.spec.ts,cypress/e2e/core/parentChild/account-switching.spec.ts"Author Checklists
As an Author, to speed up the review process, I considered 🤔
👀 Doing a self review
❔ Our contribution guidelines
🤏 Splitting feature into small PRs
➕ Adding a changeset
🧪 Providing/improving test coverage
🔐 Removing all sensitive information from the code and PR description
🚩 Using a feature flag to protect the release
👣 Providing comprehensive reproduction steps
📑 Providing or updating our documentation
🕛 Scheduling a pair reviewing session
📱 Providing mobile support
♿ Providing accessibility support
As an Author, before moving this PR from Draft to Open, I confirmed ✅