Skip to content
Snippets Groups Projects
Commit a601930e authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5243 add mail list to component

parent f9881822
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,7 @@ export class PostfachMailPage { ...@@ -29,6 +29,7 @@ export class PostfachMailPage {
private readonly breadcrump: string = 'postfach-breadcrump'; private readonly breadcrump: string = 'postfach-breadcrump';
private readonly root: string = 'postfach-mail-list'; private readonly root: string = 'postfach-mail-list';
private readonly downloadButton: string = 'postfach-pdf-export-button'; private readonly downloadButton: string = 'postfach-pdf-export-button';
private readonly mailText: string = 'postfach-outgoing-nachricht';
private readonly subnavigation: PostfachMailSubnavigation = new PostfachMailSubnavigation(); private readonly subnavigation: PostfachMailSubnavigation = new PostfachMailSubnavigation();
...@@ -51,4 +52,8 @@ export class PostfachMailPage { ...@@ -51,4 +52,8 @@ export class PostfachMailPage {
getDownloadButton() { getDownloadButton() {
return cy.getTestElement(this.downloadButton); return cy.getTestElement(this.downloadButton);
} }
getMailText() {
return cy.getTestElement(this.mailText);
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment