Skip to content

Commit cd3832e

Browse files
committed
mgr/dashboard: Fix cephfs tests
- updated with new cd-usage-bar changes Signed-off-by: Afreen Misbah <[email protected]>
1 parent 110919c commit cd3832e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pybind/mgr/dashboard/frontend/cypress/e2e/common/table-helper.feature.po.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ And('I should see row {string} of the expanded row to have a usage bar', (row: s
8888
cy.get('[data-testid="datatable-row-detail"]').within(() => {
8989
cy.get('.cds--search-input').first().clear().type(row);
9090
cy.contains(`[cdstablerow] [cdstabledata]`, row).should('exist');
91-
cy.get('[cdstablerow] [cdstabledata] cd-usage-bar .progress').should('exist');
91+
cy.get('[cdstablerow] [cdstabledata] cd-usage-bar').should('exist');
9292
});
9393
});
9494

0 commit comments

Comments
 (0)