mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
remove not needed spaces (#5495)
* remove not usefull spaces * increase timeout * increase timeout * fix
This commit is contained in:
@@ -61,8 +61,7 @@ describe('Empty Process List Test', () => {
|
||||
await apps.importPublishDeployApp(this.alfrescoJsApi, appB.file_location);
|
||||
|
||||
await loginPage.loginToProcessServicesUsingUserModel(user);
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
it('[C260494] Should add process to list when a process is created', async () => {
|
||||
await navigationBarPage.navigateToProcessServicesPage();
|
||||
@@ -93,5 +92,4 @@ describe('Empty Process List Test', () => {
|
||||
|
||||
await processDetailsPage.checkProcessDetailsCard();
|
||||
});
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user