Skip to content

Commit

Permalink
Merge pull request #351 from ProcessMaker/updTCP4-3214
Browse files Browse the repository at this point in the history
update test TCP4-3214
  • Loading branch information
PaolaPellegrini authored Dec 17, 2024
2 parents 53a2073 + 5066ea5 commit 272caec
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pages/executionConnectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -712,11 +712,12 @@ export class ExecutionConnectors {
navHelper.navigateToTemplatePage();

//Step3: search the tenplate imported
templates.searchTemplateAndSelectOptions(templateName, "config");
templates.searchTemplateAndSelectOptions(templateName, "edit");

//Step4: verify that template is imported correctly
cy.xpath('//*[contains(text(),"Template Action By Email")]').should('be.visible');

//cy.xpath('//*[contains(text(),"Template Action By Email")]').should('be.visible');
process.openAlternativeModeler();
cy.get('[data-type="processmaker.components.nodes.task.Shape"]').eq(1).contains("ActionsByEmail").should("be.visible");

}

Expand Down

0 comments on commit 272caec

Please sign in to comment.