From: Afreen Misbah Date: Tue, 29 Jul 2025 16:43:01 +0000 (+0530) Subject: mgr/dashboard: Fix cephfs tests X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=cd3832eeaf9ac1345e9b510e4a4637e7f5755a8e;p=ceph.git mgr/dashboard: Fix cephfs tests - updated with new cd-usage-bar changes Signed-off-by: Afreen Misbah --- diff --git a/src/pybind/mgr/dashboard/frontend/cypress/e2e/common/table-helper.feature.po.ts b/src/pybind/mgr/dashboard/frontend/cypress/e2e/common/table-helper.feature.po.ts index eb620e028a5a7..25dc845cf1878 100644 --- a/src/pybind/mgr/dashboard/frontend/cypress/e2e/common/table-helper.feature.po.ts +++ b/src/pybind/mgr/dashboard/frontend/cypress/e2e/common/table-helper.feature.po.ts @@ -88,7 +88,7 @@ And('I should see row {string} of the expanded row to have a usage bar', (row: s cy.get('[data-testid="datatable-row-detail"]').within(() => { cy.get('.cds--search-input').first().clear().type(row); cy.contains(`[cdstablerow] [cdstabledata]`, row).should('exist'); - cy.get('[cdstablerow] [cdstabledata] cd-usage-bar .progress').should('exist'); + cy.get('[cdstablerow] [cdstabledata] cd-usage-bar').should('exist'); }); });