diff --git a/cypress/e2e/tests/pages/generic/about.spec.ts b/cypress/e2e/tests/pages/generic/about.spec.ts index 8c1a5a5ae7a..52d70d413d4 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(() => {