Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmac committed Jun 10, 2024
1 parent 69ce523 commit 81d24d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/tests/pages/charts/monitoring-istio.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ describe('Charts', { tags: ['@charts', '@adminUser'] }, () => {
grafana.storageStatefulsetSizeInput().checkVisible();
grafana.storageStatefulsetSizeInput().self().invoke('val').should('equal', DEFAULT_GRAFANA_STORAGE_SIZE);
// back to disabled
grafana.storageOptions().set(0);
grafana.storageOptions().set(0);

// Click on YAML. In YAML mode, the prometheus selector is present but empty
// It should not be sent to the API
Expand Down

0 comments on commit 81d24d8

Please sign in to comment.