Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nghyd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
A compter du 1er avril, attention à vos pipelines :
Nouvelles limitations de Docker Hub
Show more breadcrumbs
Cassiopée
nghyd
Commits
f27fb4fd
Commit
f27fb4fd
authored
1 year ago
by
François Grand
Browse files
Options
Downloads
Patches
Plain Diff
fix(e2e): MacroRugoRemous test failure
refs
#609
parent
7656589c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
e2e/macrorugo-remous.e2e-spec.ts
+8
-7
8 additions, 7 deletions
e2e/macrorugo-remous.e2e-spec.ts
with
8 additions
and
7 deletions
e2e/macrorugo-remous.e2e-spec.ts
+
8
−
7
View file @
f27fb4fd
...
...
@@ -2,20 +2,24 @@ import { ListPage } from "./list.po";
import
{
PreferencesPage
}
from
"
./preferences.po
"
;
import
{
Navbar
}
from
"
./navbar.po
"
;
import
{
browser
,
$
,
$$
,
expect
}
from
'
@wdio/globals
'
import
{
isElementDisplayed
}
from
"
./util.po
"
;
import
{
isElementDisplayed
,
openCalculator
}
from
"
./util.po
"
;
import
{
CalculatorPage
}
from
"
./calculator.po
"
;
import
{
newSession
}
from
"
./util.po
"
;
import
{
SideNav
}
from
"
./sidenav.po
"
;
describe
(
"
MacroRugoRemous -
"
,
()
=>
{
let
prefPage
:
PreferencesPage
;
let
listPage
:
ListPage
;
let
navBar
:
Navbar
;
let
calcPage
:
CalculatorPage
;
let
sideNav
:
SideNav
;
beforeAll
(()
=>
{
prefPage
=
new
PreferencesPage
();
listPage
=
new
ListPage
();
navBar
=
new
Navbar
();
calcPage
=
new
CalculatorPage
();
sideNav
=
new
SideNav
();
});
beforeEach
(
async
()
=>
{
...
...
@@ -81,13 +85,10 @@ describe("MacroRugoRemous - ", () => {
});
it
(
"
check select error message when target PAM has a variated parameter
"
,
async
()
=>
{
// start page
await
navBar
.
clickNewCalculatorButton
();
await
browser
.
pause
(
200
);
await
newSession
(
navBar
,
sideNav
);
// PAM calculator
await
listPage
.
clickMenuEntryForCalcType
(
11
);
browser
.
pause
(
200
);
// open PAM calculator
await
openCalculator
(
11
,
navBar
,
listPage
);
// set ZF1 to variated mode
const
zf1
=
await
calcPage
.
getInputById
(
"
ZF1
"
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment