remove invalid test

This commit is contained in:
Roxana Gherghelas
2019-04-09 09:49:10 +03:00
parent b538dbaa60
commit d7de8d0065
@@ -80,13 +80,6 @@ describe('Start Process', () => {
startProcessPage.checkStartProcessButtonIsDisabled();
});
// it('[C291855] Should NOT be able to start a process without process model', () => {
// appListCloudComponent.checkAppIsDisplayed(noProcessApp);
// appListCloudComponent.goToApp(noProcessApp);
// processCloudDemoPage.openNewProcessForm();
// startProcessPage.checkNoProcessMessage();
// });
it('[C291860] Should be able to start a process', () => {
appListCloudComponent.checkAppIsDisplayed(appName);
appListCloudComponent.goToApp(appName);