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
facda970
Verified
Commit
facda970
authored
3 months ago
by
Sebastian Bergandy
Browse files
Options
Downloads
Patches
Plain Diff
OZG-7421 delete e2e tests
parent
487f28f5
No related branches found
No related tags found
1 merge request
!9
Ozg 7421 fix e2e tests
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
alfa-client/apps/alfa-e2e/src/e2e/main-tests/vorgang-xdomea/vorgang-archivieren.cy.ts
+0
-7
0 additions, 7 deletions
...c/e2e/main-tests/vorgang-xdomea/vorgang-archivieren.cy.ts
with
0 additions
and
7 deletions
alfa-client/apps/alfa-e2e/src/e2e/main-tests/vorgang-xdomea/vorgang-archivieren.cy.ts
+
0
−
7
View file @
facda970
...
...
@@ -64,14 +64,7 @@ describe('Vorgang archivieren', () => {
exist
(
vorgangPage
.
getVorgangDetailHeader
().
getRoot
());
});
it
(
'
should not show "Archivieren" entry in Beschieden status
'
,
()
=>
{
vorgangMoreMenu
.
getButton
().
click
();
notExist
(
archivierenItem
.
getRoot
());
});
it
(
'
should show "Archivieren" button in Abgeschlossen status
'
,
()
=>
{
vorgangMoreMenu
.
getButton
().
click
({
force
:
true
});
vorgangFormularButtons
.
getAbschliessenButton
().
click
();
waitForSpinnerToDisappear
();
...
...
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