mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[no-issue] Parallel run e2e and e2e common action refactoring (#4702)
This commit is contained in:
@@ -69,16 +69,16 @@ describe('Process List - Pagination when adding processes', () => {
|
||||
await apps.startProcess(this.alfrescoJsApi, resultApp);
|
||||
}
|
||||
|
||||
loginPage.loginToProcessServicesUsingUserModel(processUserModel);
|
||||
await loginPage.loginToProcessServicesUsingUserModel(processUserModel);
|
||||
|
||||
new NavigationBarPage().navigateToProcessServicesPage().goToTaskApp().clickProcessButton();
|
||||
processDetailsPage.checkProcessTitleIsDisplayed();
|
||||
processFiltersPage.waitForTableBody();
|
||||
await new NavigationBarPage().navigateToProcessServicesPage().goToTaskApp().clickProcessButton();
|
||||
|
||||
done();
|
||||
});
|
||||
|
||||
it('[C261046] Should keep Items per page after adding processes', () => {
|
||||
it('[C261046] Should keep Items per page after adding processes', async () => {
|
||||
await processDetailsPage.checkProcessTitleIsDisplayed();
|
||||
await processFiltersPage.waitForTableBody();
|
||||
totalPages = 2;
|
||||
page = 1;
|
||||
|
||||
|
Reference in New Issue
Block a user