mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
[ADF-3560] Create an automated test to cover 'Add group' on permissions (#3798)
* [ADF-3560] Create an automated test to cover 'Add group' on permissions * fix test * fix tslint issues
This commit is contained in:
@@ -41,7 +41,7 @@ export class ShareDialog {
|
||||
}
|
||||
|
||||
getShareLink() {
|
||||
Util.waitUntilElementIsVisible(this.shareLink)
|
||||
Util.waitUntilElementIsVisible(this.shareLink);
|
||||
return this.shareLink.getAttribute('value');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user