-
Notifications
You must be signed in to change notification settings - Fork 365
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
feat: [M3-7252] - Only show regions that support VPCs in VPC Create page #9787
Conversation
VPC create
Hey Connie! The only relevant test failure here is Couple ways to fix:
I have no real preference. To run the test locally:
yarn cy:run -s "cypress/e2e/core/vpc/vpc-create.spec.ts" (Bear in mind that it might still pass as-is, if the test chooses a region that happens to have the VPC capability!) |
Thanks @jdamore-linode! Looking into the fixes you recommended |
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.
E2E test passes ✅
Only the expected regions show up as options ✅
Code LGTM ✅
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.
Verified that only the expected regions show up and that the E2E test passed 🧹
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 for the test fix @coliu-akamai! Looks good!
…age (linode#9787) * filter to regions that support VPCs for VPCCreate * hide disabled Tokyo from VPC create * Added changeset: Only show regions that support VPCs in VPC Create page * mocked regions to include vpc capabilities
Description 📝
Preview 📷
How to test 🧪
Prerequisites
Verification steps
Tests
yarn cy:run -s "cypress/e2e/core/vpc/vpc-create.spec.ts"
As an Author I have considered 🤔
Check all that apply