mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[no-issue] Parallel run e2e and e2e common action refactoring (#4702)
This commit is contained in:
@@ -76,7 +76,7 @@ describe('Task List Pagination', () => {
|
||||
await apps.startProcess(this.alfrescoJsApi, resultApp);
|
||||
}
|
||||
|
||||
loginPage.loginToProcessServicesUsingUserModel(processUserModel);
|
||||
await loginPage.loginToProcessServicesUsingUserModel(processUserModel);
|
||||
|
||||
done();
|
||||
});
|
||||
@@ -198,8 +198,8 @@ describe('Task List Pagination', () => {
|
||||
paginationPage.checkPreviousPageButtonIsDisabled();
|
||||
});
|
||||
|
||||
it('Pagination in an empty task list', () => {
|
||||
loginPage.loginToProcessServicesUsingUserModel(processUserModelEmpty);
|
||||
it('Pagination in an empty task list', async () => {
|
||||
await loginPage.loginToProcessServicesUsingUserModel(processUserModelEmpty);
|
||||
|
||||
navigationBarPage.navigateToProcessServicesPage().goToTaskApp();
|
||||
paginationPage.checkPaginationIsNotDisplayed();
|
||||
|
Reference in New Issue
Block a user