diff --git a/pkg/ui/workspaces/e2e-tests/cypress/e2e/health-check/authenticated.cy.ts b/pkg/ui/workspaces/e2e-tests/cypress/e2e/health-check/authenticated.cy.ts index f260e61381e0..b05397525d22 100644 --- a/pkg/ui/workspaces/e2e-tests/cypress/e2e/health-check/authenticated.cy.ts +++ b/pkg/ui/workspaces/e2e-tests/cypress/e2e/health-check/authenticated.cy.ts @@ -22,14 +22,11 @@ describe("health check: authenticated user", () => { cy.findByText("Capacity Usage", { selector: "h3>span" }); cy.findByText("Node Status"); cy.findByText("Replication Status"); - // Asserts that storage used from nodes_ui metrics is populated - cy.get(".cluster-summary__metric.storage-used").should( - isTextGreaterThanZero, - ); // Asserts that storage usable from nodes_ui metrics is populated cy.get(".cluster-summary__metric.storage-usable").should( isTextGreaterThanZero, ); + // Asserts that there is at least 1 live node cy.get(".cluster-summary__metric.live-nodes").should(isTextGreaterThanZero); // Check for sidebar contents cy.findByRole("navigation").within(() => {