Skip to content

Commit 3054c79

Browse files
author
mjac0bs
committed
Add check for no LKE-E line item to the LKE create test
1 parent 5f63501 commit 3054c79

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/manager/cypress/e2e/core/kubernetes/lke-create.spec.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,9 @@ describe('LKE Cluster Creation', () => {
295295
// We're taking a naive approach here by confirming that at least one
296296
// instance of the pool appears in the checkout bar.
297297
cy.findAllByText(`${planName} Plan`).first().should('be.visible');
298+
299+
// Confirm LKE-E line item is NOT shown
300+
cy.findByText('LKE Enterprise').should('not.exist');
298301
});
299302
// Expected information on the LKE cluster summary page.
300303
monthPrice = getTotalClusterPrice({

0 commit comments

Comments
 (0)