mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[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:
@@ -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> {
|
||||
|
Reference in New Issue
Block a user