Skip to content

Commit 3c60f06

Browse files
authored
Merge pull request ceph#58531 from rhcs-dashboard/fix-66901-main
mgr/dashboard: fix rgw configuration e2e test Reviewed-by: Nizamudeen A <[email protected]>
2 parents b9584cc + 23bc23a commit 3c60f06

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)