Update owner-pages.ts (#5768)

Signed-off-by: Jasmin <jasmin@hardcoreeng.com>
This commit is contained in:
JasminMus
2024-06-10 19:42:32 +07:00
committed by GitHub
parent 2ce1132a28
commit 673fc9910f
@@ -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> {