Restore workflow check

Related-Bug: #1607346

Change-Id: I8b32b45914e93ec441f5f28ceea7df43f23ce01b
This commit is contained in:
Julia Aranovich 2017-01-18 11:38:51 +03:00
parent cbe85e87d5
commit bb9b270c5a
1 changed files with 5 additions and 7 deletions

View File

@ -158,13 +158,11 @@ registerSuite(() => {
)
.then(() => modal.clickFooterButton('Run Workflow'))
.waitForElementDeletion('.confirmation-question', 5000)
// FIXME(jkirnosova): the following check should be restored after
// merging of https://review.openstack.org/#/c/348299/
//.assertElementContainsText(
// '.modal-body',
// 'Deployment tasks not found for',
// 'Workflow can not be started because it contains no deployment tasks'
//)
.assertElementContainsText(
'.modal-body',
'There are no deployment tasks for graph type',
'Workflow can not be started because it contains no deployment tasks'
)
.then(() => modal.clickFooterButton('Close'))
.then(() => modal.waitToClose())
.clickByCssSelector('.actions-panel .dropdown button.dropdown-toggle')