Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
codyrancher committed Nov 13, 2024
1 parent 8bb0910 commit d52d8b3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cypress/e2e/tests/pages/charts/monitoring-istio.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ describe('Charts', { tags: ['@charts', '@adminUser'] }, () => {

const tabbedOptions = new TabbedPo();

// Latest (`104.0.0+up45.31.1`) is broken (crd installs, but not actual chart), use `103.1.1+up45.31.1` instead
chartPage.selectVersion('103.1.1+up45.31...');
chartPage.selectVersion('105.1.0+up61.3.2');

// Navigate to the edit options page and Set prometheus storage class
chartPage.goToInstall();
Expand Down Expand Up @@ -128,8 +127,7 @@ describe('Charts', { tags: ['@charts', '@adminUser'] }, () => {

const tabbedOptions = new TabbedPo();

// Latest (`104.0.0+up45.31.1`) is broken (crd installs, but not actual chart), use `103.1.1+up45.31.1` instead
chartPage.selectVersion('103.1.1+up45.31...');
chartPage.selectVersion('105.1.0+up61.3.2');

// Set prometheus storage class
chartPage.goToInstall();
Expand Down

0 comments on commit d52d8b3

Please sign in to comment.