mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix infinite test pagination for slow envs
This commit is contained in:
@@ -413,7 +413,7 @@ export class DataTableComponentPage {
|
||||
} else {
|
||||
try {
|
||||
Logger.log('wait datatable loading spinner is present');
|
||||
await BrowserVisibility.waitUntilElementIsVisible(element(by.tagName('mat-progress-bar')), 2000);
|
||||
await BrowserVisibility.waitUntilElementIsVisible(element(by.tagName('mat-progress-bar')));
|
||||
} catch (error) {
|
||||
}
|
||||
if (await this.isEmpty()) {
|
||||
|
Reference in New Issue
Block a user