mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
update failed test cases
This commit is contained in:
parent
43ef386a52
commit
3fdea4e27e
4 changed files with 4 additions and 3 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
|
|
@ -78,6 +78,7 @@ describe("SAML SSO", () => {
|
|||
cleanAllUsers();
|
||||
cy.apiDeleteAllApps();
|
||||
});
|
||||
|
||||
afterEach("", () => {
|
||||
cy.apiLogin();
|
||||
deleteOrganisationSSO(data.workspaceName, ["saml"]);
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue