From a601930eda563d302b892a22ba3c60ecc37bc3d1 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Mon, 10 Jun 2024 16:54:49 +0200
Subject: [PATCH] OZG-5243 add mail list to component

---
 .../alfa-e2e/src/page-objects/postfach-mail.component.po.ts  | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/alfa-client/apps/alfa-e2e/src/page-objects/postfach-mail.component.po.ts b/alfa-client/apps/alfa-e2e/src/page-objects/postfach-mail.component.po.ts
index 8d072a9c8d..bdc5117cb2 100644
--- a/alfa-client/apps/alfa-e2e/src/page-objects/postfach-mail.component.po.ts
+++ b/alfa-client/apps/alfa-e2e/src/page-objects/postfach-mail.component.po.ts
@@ -29,6 +29,7 @@ export class PostfachMailPage {
   private readonly breadcrump: string = 'postfach-breadcrump';
   private readonly root: string = 'postfach-mail-list';
   private readonly downloadButton: string = 'postfach-pdf-export-button';
+  private readonly mailText: string = 'postfach-outgoing-nachricht';
 
   private readonly subnavigation: PostfachMailSubnavigation = new PostfachMailSubnavigation();
 
@@ -51,4 +52,8 @@ export class PostfachMailPage {
   getDownloadButton() {
     return cy.getTestElement(this.downloadButton);
   }
+
+  getMailText() {
+    return cy.getTestElement(this.mailText);
+  }
 }
-- 
GitLab