use new static drop actions

This commit is contained in:
Eugenio Romano
2020-06-09 01:25:08 +01:00
parent 76d391669c
commit fffa97c7f8
5 changed files with 9 additions and 16 deletions

View File

@@ -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);