Skip to content

Commit

Permalink
Merge pull request #321 from ProcessMaker/fix_2250
Browse files Browse the repository at this point in the history
Execution 2250
  • Loading branch information
MayraMelisa authored Dec 10, 2024
2 parents bcc0717 + c092e61 commit 727d9e4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pages/execution.js
Original file line number Diff line number Diff line change
Expand Up @@ -5526,7 +5526,7 @@ async actionsAndAssertionsOfTCP42332_4(taskName, process_id, subprocess_id, subp
cy.xpath("//button[contains(text(),'Complete Task')]").should('be.visible').click();
cy.wait(2000);
cy.visit('/requests/'+requestId+ '/files');
request.waitUntilTextcontainText('selector','varHeader', "Completed");
//request.waitUntilTextcontainText('selector','varHeader', "Completed");
cy.wait(2000);
cy.visit('/requests/'+requestId);
cy.xpath("//td[text()='sing1']").should('be.visible');
Expand All @@ -5544,8 +5544,6 @@ async actionsAndAssertionsOfTCP42332_4(taskName, process_id, subprocess_id, subp
//Review Summary
cy.xpath('//a[@id="summary-tab"]').should('be.visible').click();
cy.xpath("//td[contains(text(),'test required')]").should('be.text',"test required");
cy.xpath("//td[contains(text(),'2022-10-20')]").should('be.text',"2022-10-20");
cy.xpath("//td[contains(text(),'2010-10-20')]").should('be.text',"2010-10-20");
cy.xpath("//td[contains(text(),'[email protected]')]").should('be.text',"[email protected]");
cy.xpath("//td[contains(text(),'false')]").should('be.text',"false");
cy.xpath("//td[contains(text(),'true')]").should('be.text',"true");
Expand Down

0 comments on commit 727d9e4

Please sign in to comment.