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
24028756
Verified
Commit
24028756
authored
2 months ago
by
Sebastian Bergandy
Browse files
Options
Downloads
Patches
Plain Diff
OZG-7591 fix e2e component
parent
deb94b59
No related branches found
No related tags found
1 merge request
!92
Administration: Validierung der Pflichtfelder bei "Benutzer & Rollen"
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
alfa-client/apps/admin-e2e/src/components/ods/text-editor.e2e.component.ts
+3
-1
3 additions, 1 deletion
...admin-e2e/src/components/ods/text-editor.e2e.component.ts
with
3 additions
and
1 deletion
alfa-client/apps/admin-e2e/src/components/ods/text-editor.e2e.component.ts
+
3
−
1
View file @
24028756
export
class
TextEditorE2eComponent
{
export
class
TextEditorE2eComponent
{
private
readonly
root
:
string
;
private
readonly
root
:
string
;
private
readonly
input
:
string
;
private
readonly
validationError
:
string
;
private
readonly
validationError
:
string
;
constructor
(
root
:
string
)
{
constructor
(
root
:
string
)
{
this
.
root
=
`
${
root
}
-text-editor`
;
this
.
root
=
`
${
root
}
-text-editor`
;
this
.
input
=
`
${
root
}
-text-input`
;
this
.
validationError
=
`
${
root
}
-text-editor-error`
;
this
.
validationError
=
`
${
root
}
-text-editor-error`
;
}
}
public
getInput
():
Cypress
.
Chainable
<
Element
>
{
public
getInput
():
Cypress
.
Chainable
<
Element
>
{
return
cy
.
getTestElement
(
this
.
roo
t
);
return
cy
.
getTestElement
(
this
.
inpu
t
);
}
}
public
getErrorMessage
():
Cypress
.
Chainable
<
Element
>
{
public
getErrorMessage
():
Cypress
.
Chainable
<
Element
>
{
...
...
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