mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
fix test e2e cheklist
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import {FormControllersPage} from "../../material/formControllersPage";
|
var FormControllersPage = require('../../material/formControllersPage');
|
||||||
|
|
||||||
var AppSettingsToggles = function () {
|
var AppSettingsToggles = function () {
|
||||||
|
|
||||||
|
@@ -66,7 +66,7 @@ describe('Checklist component', () => {
|
|||||||
await this.alfrescoJsApi.activiti.appsApi.importAppDefinition(file);
|
await this.alfrescoJsApi.activiti.appsApi.importAppDefinition(file);
|
||||||
|
|
||||||
for (let i = 0; i < tasks.length; i++) {
|
for (let i = 0; i < tasks.length; i++) {
|
||||||
this.alfrescoJsApi.activiti.taskApi.createNewTask({name: tasks[i]});
|
this.alfrescoJsApi.activiti.taskApi.createNewTask({ name: tasks[i] });
|
||||||
}
|
}
|
||||||
|
|
||||||
loginPage.loginToProcessServicesUsingUserModel(processUserModel);
|
loginPage.loginToProcessServicesUsingUserModel(processUserModel);
|
||||||
|
Reference in New Issue
Block a user