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
Show more breadcrumbs
Cassiopée
nghyd
Commits
7c111c37
Commit
7c111c37
authored
1 year ago
by
François Grand
Committed by
AUBRY JEAN-PASCAL
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
refactor(e2e): use OpenCalculator() where possible
refs
#609
parent
0e5db8fd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!252
release: version 4.18.0
,
!213
Resolve "Ajout du module courbe de remous d'une passe à macro-rugosité"
Pipeline
#149924
failed
1 year ago
Stage: install
Stage: build
Stage: clean-stale-branches
Stage: deploy-dev
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
e2e/parallel-structures.e2e-spec.ts
+3
-3
3 additions, 3 deletions
e2e/parallel-structures.e2e-spec.ts
with
3 additions
and
3 deletions
e2e/parallel-structures.e2e-spec.ts
+
3
−
3
View file @
7c111c37
...
...
@@ -31,9 +31,9 @@ describe("Parallel structures - ", () => {
await
browser
.
pause
(
200
);
});
it
(
"
check calculated parameter remains the same when copying a structure
"
,
async
()
=>
{
// open "fish ladder: cross walls" calculator
await
openCalculator
(
10
,
navBar
,
listPage
);
it
(
"
check calculated parameter remains the same when copying a structure
"
,
async
()
=>
{
// open "fish ladder: cross walls" calculator
await
openCalculator
(
10
,
navBar
,
listPage
);
// check L in first structure calc toggle is not checked
const
L1
=
await
calcPage
.
getInputById
(
"
0_L
"
);
...
...
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