Skip to content

Commit

Permalink
Update packages/manager/cypress/e2e/core/kubernetes/lke-landing-page.…
Browse files Browse the repository at this point in the history
…spec.ts

Co-authored-by: Mariah Jacobs <114685994+mjac0bs@users.noreply.github.com>
  • Loading branch information
hana-akamai and mjac0bs authored Jan 6, 2025
1 parent 0f0c7d1 commit 92e505c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ describe('LKE landing page', () => {
readDownload(mockKubeconfigFilename).should('eq', mockKubeconfigContents);
});

it('does not show an Upgrade chip when there is no new kubernetes version', () => {
it('does not show an Upgrade chip when there is no new kubernetes standard version', () => {
const oldVersion = '1.25';
const newVersion = '1.26';

Expand Down

0 comments on commit 92e505c

Please sign in to comment.