Skip to content

Commit 23bc23a

Browse files
author
Aashish Sharma
committed
mgr/dashboard: fix rgw configuration e2e test
Fixes: https://tracker.ceph.com/issues/66901 Signed-off-by: Aashish Sharma <[email protected]>
1 parent 59acb54 commit 23bc23a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/pybind/mgr/dashboard/frontend/cypress/e2e/rgw/configuration.po.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@ export class ConfigurationPageHelper extends PageHelper {
1818
this.selectSecretEngine(secret_engine);
1919
cy.get('#secret_engine').should('have.class', 'ng-valid');
2020
cy.get('#address').type(address);
21+
cy.get('#address').should('have.value', address);
2122
cy.get('#address').should('have.class', 'ng-valid');
2223
cy.contains('button', 'Submit').click();
24+
cy.wait(500);
25+
cy.get('cd-table').should('exist');
2326
this.getFirstTableCell('SSE_KMS').should('exist');
2427
}
2528

0 commit comments

Comments
 (0)