From 42026031f93cd857877ebb3f74e969406922e1da Mon Sep 17 00:00:00 2001 From: Richard Cox Date: Mon, 23 Sep 2024 09:46:44 +0100 Subject: [PATCH] Fix About Test - CLI binary now available again - Basically a revert of https://github.com/rancher/dashboard/pull/11948 --- cypress/e2e/tests/pages/generic/about.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/tests/pages/generic/about.spec.ts b/cypress/e2e/tests/pages/generic/about.spec.ts index 8c1a5a5ae7..52d70d413d 100644 --- a/cypress/e2e/tests/pages/generic/about.spec.ts +++ b/cypress/e2e/tests/pages/generic/about.spec.ts @@ -112,7 +112,7 @@ describe('About Page', { testIsolation: 'off', tags: ['@generic', '@adminUser', describe('CLI Downloads', () => { // Shouldn't be needed with https://github.com/rancher/dashboard/issues/11393 - const expectedLinkStatusCode = 404; + const expectedLinkStatusCode = 200; // workaround to make the following CLI tests work https://github.com/cypress-io/cypress/issues/8089#issuecomment-1585159023 beforeEach(() => {