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 {