Skip to content

Commit

Permalink
Merge pull request #182 from ProcessMaker/projectsCode
Browse files Browse the repository at this point in the history
add code in projects
  • Loading branch information
PaolaPellegrini authored Jul 17, 2024
2 parents 78e79b7 + a92e666 commit 7e75c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/pmProjects.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export class PMProjects {
//cy.get(selectors.loadingSpinnerProcess).should("be.visible");
cy.xpath(selectors.threePointsBtnXpathProjects).should("be.visible");
cy.xpath(selectors.threePointsBtnXpathProjects).first().should("be.visible");
cy.xpath(selectors.threePointsBtnXpathProjects).first().click();
cy.xpath(selectors.threePointsBtnXpathProjects).first().click({force:true});

}
//cy.xpath('//td//a[contains(text(),"'+projectName+'")]').should("be.visible");
Expand Down

0 comments on commit 7e75c9b

Please sign in to comment.