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
bee82ba6
Commit
bee82ba6
authored
Apr 20, 2021
by
Rolf Aas
Browse files
Artificial wait as response from server could be delayed
parent
8a78ceb2
Pipeline
#129877
failed with stages
in 3 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend/cypress/integration/diet.spec.js
View file @
bee82ba6
...
...
@@ -52,7 +52,8 @@ describe('tests diets page', () => {
.
click
()
.
then
(()
=>
{
cy
.
get
(
'
#btn-create-diet
'
)
.
click
();
.
click
()
.
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