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
d67fbc5f
Commit
d67fbc5f
authored
5 months ago
by
OZGCloud
Browse files
Options
Downloads
Patches
Plain Diff
OZG-7206 activate tests
parent
2f8b3bd2
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
alfa-client/apps/alfa-e2e/src/e2e/main-tests/vorgang-zusammenarbeit/vorgang-zusammenarbeit-anfragen.cy.ts
+5
-5
5 additions, 5 deletions
...gang-zusammenarbeit/vorgang-zusammenarbeit-anfragen.cy.ts
with
5 additions
and
5 deletions
alfa-client/apps/alfa-e2e/src/e2e/main-tests/vorgang-zusammenarbeit/vorgang-zusammenarbeit-anfragen.cy.ts
+
5
−
5
View file @
d67fbc5f
...
...
@@ -101,31 +101,31 @@ describe('Vorgang Zusammenarbeit anfragen', () => {
zusammenarbeitContainer
.
hasSearchText
(
''
);
});
it
.
skip
(
'
TODO: Setup Jenkins --- should find 2 results after entering kiel
'
,
()
=>
{
it
(
'
TODO: Setup Jenkins --- should find 2 results after entering kiel
'
,
()
=>
{
zusammenarbeitContainer
.
enterSearchInput
(
stelleSearch2
);
zusammenarbeitContainer
.
expectNumberOfEntriesToBe
(
2
);
});
it
.
skip
(
'
should close layer after click on search entry
'
,
()
=>
{
it
(
'
should close layer after click on search entry
'
,
()
=>
{
zusammenarbeitContainer
.
clickSearchEntry
(
0
);
exist
(
zusammenarbeitContainer
.
getSendButton
());
notExist
(
zusammenarbeitContainer
.
getSearchText
());
});
it
.
skip
(
'
should show part of address in Zufi header
'
,
()
=>
{
it
(
'
should show part of address in Zufi header
'
,
()
=>
{
zusammenarbeitContainer
.
addressContains
(
stelleSearch2
);
});
it
.
skip
(
'
should be able to enter title and message, and show scrollbar on long text
'
,
()
=>
{
it
(
'
should be able to enter title and message, and show scrollbar on long text
'
,
()
=>
{
zusammenarbeitContainer
.
enterTitel
(
titleText
);
zusammenarbeitContainer
.
enterMessage
(
messageText
);
zusammenarbeitContainer
.
messageScrollbarIsPresent
();
});
it
.
skip
(
'
should show title and message, show snackbar, and remove buttons after sending
'
,
()
=>
{
it
(
'
should show title and message, show snackbar, and remove buttons after sending
'
,
()
=>
{
zusammenarbeitContainer
.
sendAnfrage
();
notExist
(
zusammenarbeitContainer
.
getSendButton
());
...
...
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