Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cassiopee
nghyd
Commits
dacfcea7
Commit
dacfcea7
authored
May 05, 2022
by
Grand Francois
Browse files
fix(e2e): add tempos to reset-param-mode.e2e-spec.ts to prevent CI failure
parent
4986796c
Pipeline
#35771
passed with stages
in 17 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
e2e/reset-param-mode.e2e-spec.ts
View file @
dacfcea7
...
...
@@ -16,17 +16,21 @@ describe("ngHyd - check parameter mode is set to its previous value - ", () => {
it
(
"
when min/max/list values dialog is cancelled
"
,
async
()
=>
{
// start page
await
listPage
.
navigateTo
();
await
browser
.
sleep
(
500
);
// open PAB chute
await
listPage
.
clickMenuEntryForCalcType
(
12
);
await
browser
.
sleep
(
500
);
// click "calc" radio on Z1 parameter
const
z1calcbtn
=
element
(
by
.
id
(
"
mat-button-toggle-3
"
));
await
z1calcbtn
.
click
();
await
browser
.
sleep
(
200
);
// click "var" radio on Z1 parameter
const
z1varbtn
=
element
(
by
.
id
(
"
mat-button-toggle-2
"
));
await
z1varbtn
.
click
();
await
browser
.
sleep
(
200
);
// click cancel button
const
cancelbtn
=
element
(
by
.
id
(
"
btn-cancel
"
));
...
...
Write
Preview
Markdown
is supported
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