Skip to content

Commit

Permalink
Merge pull request #327 from ProcessMaker/2492_fix
Browse files Browse the repository at this point in the history
Update vocabularies functions
  • Loading branch information
ana-mauricio authored Dec 11, 2024
2 parents 4a7e367 + 73efa71 commit 1162987
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pages/process.js
Original file line number Diff line number Diff line change
Expand Up @@ -843,6 +843,8 @@ export class Process {
this.clickOnSave();
//cy.xpath(selectors.saveBtnInPopUp).should('be.visible').click();
//cy.get(selectors.alertSaveProcess).should('be.visible');
cy.xpath('[id="name"]').should('be.visible');
cy.wait(3000);
cy.xpath('//button[@data-test="btn-save-publish"]').click();
cy.get('[class="alert d-none d-lg-block alertBox alert-dismissible alert-success"]').should('be.visible');
}
Expand Down Expand Up @@ -2030,6 +2032,7 @@ export class Process {
.and('equal', vocabularyName+". ");
cy.xpath('//div[@aria-label="Select Vocabulary"]//input').type('{enter}');
cy.xpath('//div[@class="card"]//button[@class="d-block float-right ml-2 btn btn-secondary btn-vocabulary-action btn-sm"]').click();
cy.wait(2000);
this.saveProcessWithoutVersion();
}

Expand Down

0 comments on commit 1162987

Please sign in to comment.