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
77b17002
Commit
77b17002
authored
2 years ago
by
François Grand
Browse files
Options
Downloads
Patches
Plain Diff
fix(e2e): wrong structure selected after adding rectangular weir/orifice
refs
#511
parent
c0458164
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!174
Resolve "Ouvrages: modifier les types d'ouvrages"
Pipeline
#139893
passed
2 years 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/ouvrages-empty-fields.e2e-spec.ts
+1
-1
1 addition, 1 deletion
e2e/ouvrages-empty-fields.e2e-spec.ts
with
1 addition
and
1 deletion
e2e/ouvrages-empty-fields.e2e-spec.ts
+
1
−
1
View file @
77b17002
...
...
@@ -117,7 +117,7 @@ describe("ngHyd - check that created/cloned structures have empty fields - ", ()
// change 2nd structure type to rectangular gate
const
selects
=
await
element
.
all
(
by
.
css
(
"
mat-select#select_structure
"
));
const
structSelect2
=
selects
[
1
];
await
calcPage
.
changeSelectValue
(
structSelect2
,
4
);
await
calcPage
.
changeSelectValue
(
structSelect2
,
5
);
await
browser
.
sleep
(
200
);
// check empty fields
...
...
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