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:
@@ -78,7 +78,7 @@ describe('Start Task - Custom App', () => {
|
||||
|
||||
appModel = await apps.importPublishDeployApp(this.alfrescoJsApi, app.file_location);
|
||||
|
||||
loginPage.loginToProcessServicesUsingUserModel(processUserModel);
|
||||
await loginPage.loginToProcessServicesUsingUserModel(processUserModel);
|
||||
|
||||
done();
|
||||
});
|
||||
@@ -170,7 +170,6 @@ describe('Start Task - Custom App', () => {
|
||||
|
||||
taskPage
|
||||
.createNewTask()
|
||||
.checkStartButtonIsDisabled()
|
||||
.addName(tasks[3])
|
||||
.checkStartButtonIsEnabled()
|
||||
.clickCancelButton();
|
||||
|
Reference in New Issue
Block a user