Skip to content

Commit

Permalink
M
Browse files Browse the repository at this point in the history
  • Loading branch information
codyrancher committed Nov 13, 2024
1 parent d52d8b3 commit 3d28a48
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 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,6 @@ describe('Charts', { tags: ['@charts', '@adminUser'] }, () => {

const tabbedOptions = new TabbedPo();

chartPage.selectVersion('105.1.0+up61.3.2');

// Navigate to the edit options page and Set prometheus storage class
chartPage.goToInstall();
installChart.nextPage().selectTab(tabbedOptions, prometheus.tabID());
Expand Down Expand Up @@ -127,11 +125,9 @@ describe('Charts', { tags: ['@charts', '@adminUser'] }, () => {

const tabbedOptions = new TabbedPo();

chartPage.selectVersion('105.1.0+up61.3.2');

// Set prometheus storage class
chartPage.goToInstall();
installChart.nextPage().editOptions(tabbedOptions, '[data-testid="btn-prometheus"]');
installChart.nextPage().editOptions(tabbedOptions, '[data-testid="prometheus"]');
installChart.waitForChartPage('rancher-charts', 'rancher-monitoring');

// Scroll into view - scroll to bottom of view
Expand Down

0 comments on commit 3d28a48

Please sign in to comment.