-
Notifications
You must be signed in to change notification settings - Fork 383
test: [M3-9595] - Firewall create page for restricted users #12237
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-9595] - Firewall create page for restricted users #12237
Conversation
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 @dmcintyr-akamai! approving pending Linode Interfaces banner issue is addressed
packages/manager/cypress/e2e/core/firewalls/create-firewall.spec.ts
Outdated
Show resolved
Hide resolved
packages/manager/cypress/e2e/core/firewalls/create-firewall.spec.ts
Outdated
Show resolved
Hide resolved
Cloud Manager UI test results🎉 595 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.
Couple nitpicks with the names but the tests are solid! Thanks @dmcintyr-akamai!
Description 📝
Add test for firewall create page for restricted users on packages/manager/cypress/e2e/core/firewalls/create-firewall.spec.ts.
Changes 🔄
Verify that 'Create Firewall' button is disabled on landing page (/firewalls) and drawer (/firewalls/create). Inputs within drawer should all be disabled as well.
How to test 🧪
pnpm run cy:run -s cypress/e2e/core/firewalls/create-firewall.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 ✅