Skip to content

Commit

Permalink
Merge pull request #331 from ProcessMaker/updProcessIDP
Browse files Browse the repository at this point in the history
update function
  • Loading branch information
PaolaPellegrini authored Dec 11, 2024
2 parents 4d34225 + b803a48 commit 6d1ef88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/process.js
Original file line number Diff line number Diff line change
Expand Up @@ -1185,9 +1185,9 @@ export class Process {
const startPemrissions_opInputSelector = "//label[text()='nameType']/parent::div//input";
const OptionSelected = "//label[text()='nameType']/parent::div//div[@class='multiselect__tags']//span";


cy.xpath(elementStartEventXpath.replace('nameElem', elementName)).first().should('be.visible').click({force:true});
cy.wait(4000);
cy.wait(3000);
cy.xpath(elementStartEventXpath.replace('nameElem', elementName)).first().should('be.visible').click({ delay: 1000 });
cy.wait(6000);
cy.get("[data-cy='inspector-button']").should('be.visible').click();
cy.get('#accordion-button-permissions-accordion').should('be.visible').click();
//Open hamburger menu if not is open
Expand Down

0 comments on commit 6d1ef88

Please sign in to comment.