mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
Fix ps e2e (#5262)
* fix ps e2e * fix upload unit report * fix cspell * Update cspell.json * fix e2e * remove extra space * fix e2e increase resolution * try add a sleep before to cehck sorted in order to give datable time to refresh * log order * fix log * change async ins ort * remove sort testcase
This commit is contained in:
committed by
Denys Vuika
parent
1ec827a90c
commit
c61de922af
@@ -100,6 +100,7 @@ export class TasksCloudDemoPage {
|
||||
}
|
||||
|
||||
async getActiveFilterName(): Promise<string> {
|
||||
await browser.sleep(500);
|
||||
return BrowserActions.getText(this.activeFilter);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user