Skip to content

Commit

Permalink
Merge pull request #256 from ProcessMaker/welcomeExecution
Browse files Browse the repository at this point in the history
commit
  • Loading branch information
pablobarrososso authored Sep 26, 2024
2 parents 3ba6ed1 + f4dbc6c commit 0f97899
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 17 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"date-fns": "^3.6.0"
},
"dependencies": {
"@processmaker/cypress-utils": "^1.0.243"
"@processmaker/cypress-utils": "^1.0.244"
}
}
8 changes: 1 addition & 7 deletions pages/welcomeExecution.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,8 @@ export class welcomeExecution {
.type(processName)
.should("have.value", processName)
.type("{enter}");
cy.xpath(
selectors.hrefRequestHarcoded.replace("processName", processName)
).should("have.attr", "href");
cy.xpath(selectors.menuRequestExpansion).should(
"have.class",
"fas fa-external-link-alt custom-icon"
);
}

// Welcome home: START NEW REQUEST
startNewRequest(processName) {
cy.xpath(selectors.searchRequestProcess).should("be.visible").click();
Expand Down

0 comments on commit 0f97899

Please sign in to comment.