Skip to content
Snippets Groups Projects
Commit 2ae0cfae authored by Rolf Aas's avatar Rolf Aas
Browse files

Removed unused test cases

parent 2e2c58dd
No related branches found
No related tags found
No related merge requests found
......@@ -146,24 +146,4 @@ describe('tests diets page', () => {
cy.get('.alert')
.should('be.visible');
});
/* it('alert should be visible if exercise has no data', () => {
cy.get('#inputName')
.type(generateStringWithLengthX(10));
cy.get('#inputDateTime')
.type('2021-03-11T10:00')
cy.get('#inputNotes')
.type(generateStringWithLengthX(10));
cy.get('[name="type"]')
.select(cy.get('[name="type"]').first().invoke('val'));
cy.get('#btn-ok-diet')
.click();
cy.get('.alert')
.should('be.visible');
}); */
});
......@@ -146,24 +146,4 @@ describe('boundary tests workout page', () => {
cy.get('.alert')
.should('be.visible');
});
/* it('alert should be visible if exercise has no data', () => {
cy.get('#inputName')
.type(generateStringWithLengthX(10));
cy.get('#inputDateTime')
.type('2021-03-11T10:00')
cy.get('#inputNotes')
.type(generateStringWithLengthX(10));
cy.get('[name="type"]')
.select(cy.get('[name="type"]').first().invoke('val'));
cy.get('#btn-ok-workout')
.click();
cy.get('.alert')
.should('be.visible');
}); */
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment