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

Hotfix for diets tests

parent bee82ba6
No related branches found
No related tags found
No related merge requests found
Pipeline #129883 failed
......@@ -49,10 +49,10 @@ describe('tests diets page', () => {
.wait(1000)
.then(() => {
cy.get("#nav-diets")
.click()
.click({force: true})
.then(() => {
cy.get('#btn-create-diet')
.click()
.click({force: true})
.wait(1000);
});
});
......
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