update failed test cases

This commit is contained in:
ajith-k-v 2025-11-21 00:03:37 +05:30 committed by Yukti Goyal
parent 43ef386a52
commit 3fdea4e27e
4 changed files with 4 additions and 3 deletions

View file

@ -115,7 +115,7 @@ describe("Custom groups UI and Functionality verification", () => {
cy.get(groupsSelector.groupLink("builder")).click();
cy.get(groupsSelector.groupLink(groupName)).click();
cy.get(groupsSelector.granularLink).click();
cy.wait(500);
cy.wait(2000);
cy.get(groupsSelector.granularAccessPermission).realHover();
cy.get('[data-cy="edit-apps-granular-access"]').click();

View file

@ -180,7 +180,7 @@ describe("Verify OIDC user onboarding", () => {
cy.wait(3000);
cy.get(commonSelectors.workspaceName).verifyVisibleElement(
"have.text",
data.workspaceName
'My workspace'
);
common.logout();

View file

@ -78,6 +78,7 @@ describe("SAML SSO", () => {
cleanAllUsers();
cy.apiDeleteAllApps();
});
afterEach("", () => {
cy.apiLogin();
deleteOrganisationSSO(data.workspaceName, ["saml"]);

View file

@ -103,7 +103,7 @@ export const verifyGranularEditModal = (role) => {
cy.verifyElement(groupsSelector.cancelButton, groupsText.cancelButton);
cy.get(groupsSelector.cancelButton).click();
cy.wait(1000)
cy.wait(2000)
cy.get(groupsSelector.granularAccessPermission).realHover();
cy.get('[data-cy="edit-apps-granular-access"]').click();