mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
committed by
Eugenio Romano
parent
53d96679ea
commit
e39a2b149b
@@ -423,11 +423,11 @@ export class ContentServicesPage {
|
||||
Util.waitUntilElementIsVisible(this.createdHeader);
|
||||
}
|
||||
|
||||
checkDandDIsDisplayed() {
|
||||
checkDragAndDropDIsDisplayed() {
|
||||
Util.waitUntilElementIsVisible(this.dragAndDrop);
|
||||
}
|
||||
|
||||
checkLockIsDislpayedForElement(name) {
|
||||
checkLockIsDisplayedForElement(name) {
|
||||
let lockButton = element(by.css(`div.adf-data-table-cell[filename="${name}"] button`));
|
||||
Util.waitUntilElementIsVisible(lockButton);
|
||||
}
|
||||
|
Reference in New Issue
Block a user