Skip to content

Commit

Permalink
Merge pull request #252 from ProcessMaker/securityLogsRequestAction
Browse files Browse the repository at this point in the history
commit
  • Loading branch information
pablobarrososso authored Sep 26, 2024
2 parents c35c138 + f8cb2af commit db4c8c1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 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.231"
"@processmaker/cypress-utils": "^1.0.240"
}
}
16 changes: 8 additions & 8 deletions pages/userActivityLoggingExecution.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,14 @@ export class userActivityLoggingExecution{
userActivity.checkLabelsSecurityLogsLabels(["Action:", "Process:", "Request:"]);
userActivity.checkLabelsSecurityLogsSpan(["COMPLETED"]);
cy.url().then(url => {
userActivity.checkLabelsSecurityLogsHref([processName]);
cy.xpath((selectors.processNameConfirmation).replace("process", processName)).should('be.visible');
cy.visit(url);
cy.xpath(selectors.securityLogsMenu).click();
userActivity.accessToSpecificSecurityLog('RequestAction');
userActivity.checkLabelsSecurityLogsHref([requestId]);
cy.xpath(selectors.requestIdConfirmation).contains(requestId);
});
userActivity.checkLabelsSecurityLogsHref([processName]);
cy.visit(url);
cy.xpath(selectors.securityLogsMenu).click();
userActivity.accessToSpecificSecurityLog('RequestAction');
userActivity.checkLabelsSecurityLogsHref([requestId]);
cy.xpath(selectors.requestIdConfirmation).contains(requestId);
});

}

securityLogsAuthClientCreated(){
Expand Down

0 comments on commit db4c8c1

Please sign in to comment.