-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #321 from ProcessMaker/fix_2250
Execution 2250
- Loading branch information
Showing
1 changed file
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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'); | ||
|
@@ -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"); | ||
|