feat: improved e2e tests

This commit is contained in:
2023-12-05 15:21:01 +01:00
committed by Thea Schöbl
parent bff2d985aa
commit d7a85b7fae
66 changed files with 6353 additions and 4471 deletions

View File

@@ -14,14 +14,6 @@
*/
describe('assessments', function () {
/*it('should have default back navigation', function () {
// TODO: Implement this
cy.visit(
'assessments/detail/02f065a6-6c02-58ab-97d9-a3febdbc91a1?token=mock',
);
cy.get('ion-back-button').click();
});*/
it('should always have a path', function () {
cy.visit('/assessments/detail/02f065a6-6c02-58ab-97d9-a3febdbc91a1?token=mock');