test: [M3-10405 & M3-10406] - LKE Standard and Enterprise Cluster Create Tests for LKE-E Post-LA - #12831
Merged
jdamore-linode merged 14 commits intoSep 10, 2025
Conversation
jdamore-linode
requested review from
coliu-akamai and
hasyed-akamai
and removed request for
a team
September 5, 2025 21:25
bnussman-akamai
approved these changes
Sep 8, 2025
coliu-akamai
approved these changes
Sep 9, 2025
coliu-akamai
left a comment
Contributor
There was a problem hiding this comment.
✅ confirmed tests pass
thanks @jdamore-linode!
mjac0bs
approved these changes
Sep 9, 2025
mjac0bs
left a comment
Contributor
There was a problem hiding this comment.
Thanks for these, Joe!
Things looked good on my read-through of the test cases.
| expect(nodePools[0]['type']).to.equal(mockPlan.id); | ||
| expect(nodePools[0]['count']).to.equal(3); | ||
|
|
||
| // TODO M3-10590 - Uncomment and adjust according to chosen resolution. |
Contributor
There was a problem hiding this comment.
After the discussion with Product, I did add a comment on M3-10590 to describe the chosen resolution. Thanks for adding this comment here.
Contributor
There was a problem hiding this comment.
Really cool file of utils. I'm looking forward to using them!
Cloud Manager UI test results🎉 749 passing tests on test run #7 ↗︎
|
This was referenced Sep 17, 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 adds a handful of LKE cluster create tests for standard and Enterprise LKE clusters when the
lkeEnterprise.postLafeature flag is enabled.Changes 🔄
lkeCreatePagepage utility object to ease further LKE create test developmentScope 🚢
Target release date 🗓️
N/A.
How to test 🧪
Prerequisites
We can rely on CI to confirm that the tests pass as expected. Additionally, you can run the relevant specs locally using this command:
pnpm cy:run -s "cypress/e2e/core/kubernetes/lke-create.spec.ts,cypress/e2e/core/kubernetes/lke-enterprise-create.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 ✅