[ACS-7303] beforeEach and afterAll updated for share-action tests (#3742)

* [ACS-7303] beforeEach and afterAll updated for share-action tests

* [ACS-7303] deleted .only
This commit is contained in:
Adam Świderski
2024-03-29 12:44:43 +01:00
committed by GitHub
parent d9391bef51
commit 38050d1081
2 changed files with 19 additions and 8 deletions

View File

@@ -63,7 +63,7 @@ export class ShareDialogComponent extends BaseComponent {
}
async getLinkUrl(): Promise<string> {
return await this.url.inputValue();
return await this.url.first().inputValue();
}
async isUrlReadOnly(): Promise<boolean> {