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
f914fd34
Commit
f914fd34
authored
Apr 20, 2021
by
Rolf Aas
Browse files
Hotfix for diets tests
parent
bee82ba6
Pipeline
#129883
failed with stages
in 3 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend/cypress/integration/diet.spec.js
View file @
f914fd34
...
...
@@ -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
);
});
});
...
...
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