mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-5645]rename the function
This commit is contained in:
@@ -107,7 +107,7 @@ export class MetadataViewPage {
|
||||
await BrowserVisibility.waitUntilElementIsNotVisible(this.editIcon);
|
||||
}
|
||||
|
||||
async editGeneralIconDisplayed(): Promise<void> {
|
||||
async isEditGeneralIconDisplayed(): Promise<void> {
|
||||
await BrowserVisibility.waitUntilElementIsVisible(this.editIconGeneral);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user