mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-28 18:55:14 +00:00
Updates to match the new UI changes
This commit is contained in:
parent
6dea9098bb
commit
e16598d5e9
@ -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();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -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();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -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();
|
||||||
|
|
||||||
};
|
};
|
||||||
|
@ -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();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -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();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user