mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
[ADF-3761]Add auto tests for task filter cloud (#3994)
* Added first test * Implemented created standalone task call. * no message * Implement start task * Added claim, complete task calls. Added e2e tests for task filters. * Fix lint errors * Fix spelling * Modified the name of a method. * Modified appListCloudComponent page
This commit is contained in:
committed by
Eugenio Romano
parent
74851ac651
commit
776d25820b
@@ -17,7 +17,7 @@
|
||||
|
||||
import { LoginAPSPage } from '../pages/adf/loginApsPage';
|
||||
import { SettingsPage } from '../pages/adf/settingsPage';
|
||||
import { AppListCloudComponent } from '../pages/adf/process_services_cloud/appListCloudComponent';
|
||||
import { AppListCloudComponent } from '../pages/adf/process_cloud/appListCloudComponent';
|
||||
import TestConfig = require('../test.config');
|
||||
import { browser } from 'protractor';
|
||||
import { NavigationBarPage } from '../pages/adf/navigationBarPage';
|
||||
@@ -36,7 +36,7 @@ describe('Applications list', () => {
|
||||
await settingsPage.setProviderBpmSso(TestConfig.adf.hostSso, TestConfig.adf.hostSso + path);
|
||||
browser.ignoreSynchronization = true;
|
||||
await loginApsPage.loginAPS(TestConfig.adf.adminEmail, TestConfig.adf.adminPassword);
|
||||
await navigationBarPage.clickProcessCloudButton();
|
||||
await navigationBarPage.navigateToProcessServicesCloudPage();
|
||||
|
||||
appListCloudComponent.checkApsContainer();
|
||||
|
||||
|
Reference in New Issue
Block a user