]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Fix cephfs tests
authorAfreen Misbah <afreen@ibm.com>
Tue, 29 Jul 2025 16:43:01 +0000 (22:13 +0530)
committerAfreen Misbah <afreen@ibm.com>
Tue, 29 Jul 2025 16:43:01 +0000 (22:13 +0530)
-  updated with new cd-usage-bar changes

Signed-off-by: Afreen Misbah <afreen@ibm.com>
src/pybind/mgr/dashboard/frontend/cypress/e2e/common/table-helper.feature.po.ts

index eb620e028a5a72479f010690d686eb9f2318075a..25dc845cf187845dc35adb6b33999cd17af99eb6 100644 (file)
@@ -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');
   });
 });