Skip to content

Commit

Permalink
Merge pull request #15 from ProcessMaker/functionForTCP4-3672
Browse files Browse the repository at this point in the history
correctFunction for test TCP4-3672
  • Loading branch information
PaolaPellegrini authored Apr 29, 2024
2 parents 157dec1 + 83dd3b8 commit 88d335d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/screenTemplate.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ verifyPresenceOfScreenSharedtemplateAndImport(screenTemplateSharedTemplate, scre
.invoke("text")
.then(($el) => {
if ($el.trim() == "0 items") {
this.importBtnScreenSharedTemplate(screenTemplatePath);
this.importScreenSharedTemplate(screenTemplatePath);
} else {
cy.log("no result");
}
Expand Down

0 comments on commit 88d335d

Please sign in to comment.