mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Stabilize tests (#3626)
* Stabilize tests * Added more test fixing to metadata test
This commit is contained in:
@@ -29,6 +29,7 @@ import AlfrescoApi = require('alfresco-js-api-node');
|
||||
|
||||
import { AppsActions } from '../actions/APS/apps.actions';
|
||||
import { UsersActions } from '../actions/users.actions';
|
||||
import { browser } from 'protractor';
|
||||
|
||||
describe('Process Filters Test', () => {
|
||||
|
||||
@@ -79,10 +80,10 @@ describe('Process Filters Test', () => {
|
||||
processServicesPage.checkApsContainer();
|
||||
processServicesPage.goToApp(app.title);
|
||||
appNavigationBarPage.clickProcessButton();
|
||||
processServicesPage.checkProcessListIsDisplayed();
|
||||
});
|
||||
|
||||
it('Navigate to Running filter', () => {
|
||||
|
||||
processFiltersPage.clickCreateProcessButton();
|
||||
processFiltersPage.clickNewProcessDropdown();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user