Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jordojordo committed Sep 20, 2024
1 parent d8e5757 commit c5f6c70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress/e2e/tests/pages/explorer/apps/charts.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ describe('Apps/Charts', { tags: ['@explorer', '@adminUser'] }, () => {
chartsPage.getChartByName(chartName).should('exist').and('be.visible').click();

const chartPage = new ChartPage();

chartPage.waitForPage();

// Set up intercept for the network request triggered by $fetch
Expand All @@ -107,6 +108,7 @@ describe('Apps/Charts', { tags: ['@explorer', '@adminUser'] }, () => {
chartsPage.getChartByName(chartName).should('exist').and('be.visible').click();

const chartPage = new ChartPage();

chartPage.waitForPage();

// Set up intercept for the network request triggered by $fetch
Expand Down

0 comments on commit c5f6c70

Please sign in to comment.