Skip to content

Commit

Permalink
Fix About Test - CLI binary now available again
Browse files Browse the repository at this point in the history
- Basically a revert of #11948
  • Loading branch information
richard-cox committed Sep 23, 2024
1 parent 1a2373d commit 4202603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/tests/pages/generic/about.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
Expand Down

0 comments on commit 4202603

Please sign in to comment.