Skip to content

Commit

Permalink
Merge pull request #328 from ProcessMaker/2492_f
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 89e7c4d + bc87058 commit 3de1f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/process.js
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ 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.get('[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

0 comments on commit 3de1f13

Please sign in to comment.