From 673fc9910f3cf6952d2500c52836e2f8d2566c7b Mon Sep 17 00:00:00 2001 From: JasminMus <167111741+JasminMus@users.noreply.github.com> Date: Mon, 10 Jun 2024 14:42:32 +0200 Subject: [PATCH] Update owner-pages.ts (#5768) Signed-off-by: Jasmin --- tests/sanity/tests/model/workspace/owner-pages.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sanity/tests/model/workspace/owner-pages.ts b/tests/sanity/tests/model/workspace/owner-pages.ts index 578a9457a6..f42b1c8e19 100644 --- a/tests/sanity/tests/model/workspace/owner-pages.ts +++ b/tests/sanity/tests/model/workspace/owner-pages.ts @@ -67,7 +67,7 @@ export class OwnersPage { async saveUploadedLogo (): Promise { await this.saveButton().nth(1).click() - await this.saveButton().click() + await this.saveButton().nth(0).click() } async checkIfPictureIsUploaded (): Promise {