Updates to match the new UI changes

This commit is contained in:
Madhurya Liyanage 2023-06-01 12:16:09 +05:30
parent 6dea9098bb
commit e16598d5e9
5 changed files with 6 additions and 7 deletions

View File

@ -85,7 +85,7 @@ const submitWithUser = (
// } // }
cy.wait(5000); cy.wait(5000);
//cy.get('button').contains('Return to Home', { timeout: 60000 }); cy.contains('Process Instance Id:', { timeout: 60000 });
cy.logout(); cy.logout();
}; };

View File

@ -90,8 +90,8 @@ const submitWithUser = (
// .click(); // .click();
// } // }
cy.wait(10000); cy.wait(5000);
// cy.get('button').contains('Return to Home', { timeout: 60000 }); cy.contains('Process Instance Id:', { timeout: 60000 });
cy.logout(); cy.logout();
}; };

View File

@ -85,7 +85,7 @@ const submitWithUser = (
// } // }
cy.wait(5000); cy.wait(5000);
//cy.get('button').contains('Return to Home', { timeout: 60000 }); cy.contains('Process Instance Id:', { timeout: 60000 });
cy.logout(); cy.logout();
}; };

View File

@ -85,7 +85,7 @@ const submitWithUser = (
// } // }
cy.wait(5000); cy.wait(5000);
//cy.get('button').contains('Return to Home', { timeout: 60000 }); cy.contains('Process Instance Id:', { timeout: 60000 });
cy.logout(); cy.logout();
}; };

View File

@ -85,8 +85,7 @@ const submitWithUser = (
} }
cy.wait(5000); cy.wait(5000);
// cy.getBySel('return-to-home-button', { timeout: 60000 }); cy.contains('Process Instance Id:', { timeout: 60000 });
//cy.get('button').contains('Return to Home', { timeout: 60000 });
cy.logout(); cy.logout();
}; };