Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frontend-clients
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
OZG-Cloud
app
frontend-clients
Commits
ea743dca
Commit
ea743dca
authored
3 months ago
by
Cord Westhoff
Browse files
Options
Downloads
Patches
Plain Diff
Fix E2E impressum
parent
a1ffb4ae
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!44
E2E updates
,
!41
Ozg 7472 administration oe zu benutzer hinzufuegen
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
alfa-client/apps/alfa-e2e/src/e2e/main-tests/user-assistance/help-menu.cy.ts
+2
-8
2 additions, 8 deletions
...fa-e2e/src/e2e/main-tests/user-assistance/help-menu.cy.ts
with
2 additions
and
8 deletions
alfa-client/apps/alfa-e2e/src/e2e/main-tests/user-assistance/help-menu.cy.ts
+
2
−
8
View file @
ea743dca
...
@@ -51,10 +51,9 @@ describe('Help Menu', () => {
...
@@ -51,10 +51,9 @@ describe('Help Menu', () => {
exist
(
helpMenu
.
getOpenDocumentationButton
());
exist
(
helpMenu
.
getOpenDocumentationButton
());
});
});
it
(
'
should show Impressum button
'
,
()
=>
{
it
(
'
should show Impressum button and find link
'
,
()
=>
{
helpMenu
.
getRoot
().
click
();
exist
(
helpMenu
.
getImpressumButton
());
exist
(
helpMenu
.
getImpressumButton
());
helpMenu
.
getImpressumButton
().
find
(
'
a
'
).
should
(
'
have.attr
'
,
'
href
'
).
and
(
'
contain
'
,
'
impressum
'
);
});
});
it
(
'
should open documentation
'
,
()
=>
{
it
(
'
should open documentation
'
,
()
=>
{
...
@@ -66,10 +65,5 @@ describe('Help Menu', () => {
...
@@ -66,10 +65,5 @@ describe('Help Menu', () => {
.
url
()
.
url
()
.
should
(
'
include
'
,
'
benutzerleitfaden
'
);
.
should
(
'
include
'
,
'
benutzerleitfaden
'
);
});
});
it
(
'
should contain Impressum link text
'
,
()
=>
{
helpMenu
.
getRoot
().
click
();
helpMenu
.
getImpressumButton
().
find
(
'
a
'
).
should
(
'
have.attr
'
,
'
href
'
).
and
(
'
contain
'
,
'
impressum
'
);
});
});
});
});
});
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