remove invalid test

This commit is contained in:
Roxana Gherghelas 2019-04-08 17:53:11 +03:00
parent b538dbaa60
commit d7de8d0065

View File

@ -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);