Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rolf Erik Sesseng Aas
tdt4242-base
Commits
2ae0cfae
Commit
2ae0cfae
authored
Apr 19, 2021
by
Rolf Aas
Browse files
Removed unused test cases
parent
2e2c58dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
frontend/cypress/integration/diet.spec.js
View file @
2ae0cfae
...
...
@@ -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');
}); */
});
frontend/cypress/integration/workout.spec.js
View file @
2ae0cfae
...
...
@@ -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');
}); */
});
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment