Skip to content

Commit

Permalink
Signed-off-by: [email protected] (#735)
Browse files Browse the repository at this point in the history
fix job functions tests
  • Loading branch information
midays authored Oct 4, 2023
1 parent 153dea2 commit f999326
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ describe(["@tier2"], "Job Function Validations", () => {
jobfunction.create();
checkSuccessAlert(
commonView.successAlertMessage,
`Success alert:Job function ${jobfunction.name} was successfully saved.`
`Success alert:Job function ${jobfunction.name} was successfully created.`
);
cy.wait("@postJobfunctions");
exists(jobfunction.name);
Expand Down

0 comments on commit f999326

Please sign in to comment.