Update owner-pages.ts (#5768)

Signed-off-by: Jasmin <jasmin@hardcoreeng.com>
This commit is contained in:
JasminMus 2024-06-10 14:42:32 +02:00 committed by GitHub
parent 2ce1132a28
commit 673fc9910f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,7 +67,7 @@ export class OwnersPage {
async saveUploadedLogo (): Promise<void> {
await this.saveButton().nth(1).click()
await this.saveButton().click()
await this.saveButton().nth(0).click()
}
async checkIfPictureIsUploaded (): Promise<void> {