fix(smoke-test): v1 ui group smoke test (#14439)

This commit is contained in:
Jay 2025-08-13 11:24:49 -04:00 committed by GitHub
parent 4c9f420137
commit f62a76e4d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,7 +60,7 @@ describe("create and manage group", () => {
cy.clickOptionWithText(group_name);
cy.get(".ant-typography").contains(group_name).should("be.visible");
cy.get(".ant-tabs-tab").contains("Members").click();
cy.waitTextVisible("No members in this group yet.");
cy.waitTextVisible(Cypress.env("ADMIN_DISPLAYNAME"));
cy.clickOptionWithText("Add Member");
cy.contains("Search for users...").click({ force: true });
cy.focused().type(username);