mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
use new static drop actions
This commit is contained in:
@@ -92,9 +92,7 @@ describe('Upload component - Excluded Files', () => {
|
||||
|
||||
const dragAndDropArea = element.all(by.css('adf-upload-drag-area div')).first();
|
||||
|
||||
const dragAndDrop = new DropActions();
|
||||
|
||||
await dragAndDrop.dropFile(dragAndDropArea, iniExcludedFile.location);
|
||||
await DropActions.dropFile(dragAndDropArea, iniExcludedFile.location);
|
||||
|
||||
await browser.sleep(5000);
|
||||
|
||||
|
Reference in New Issue
Block a user