mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-3959] Fixing trashcan-pagination tests (#4222)
This commit is contained in:
committed by
Eugenio Romano
parent
2036e026f3
commit
c00e230983
@@ -159,6 +159,10 @@ export class UploadDialog {
|
||||
return this;
|
||||
}
|
||||
|
||||
async checkUploadCompleted() {
|
||||
return (await this.numberOfCurrentFilesUploaded()) === (await this.numberOfInitialFilesUploaded());
|
||||
}
|
||||
|
||||
numberOfCurrentFilesUploaded() {
|
||||
let deferred = protractor.promise.defer();
|
||||
this.getTitleText().then((text) => {
|
||||
|
Reference in New Issue
Block a user