From: Jan Provaznik <[email protected]>

---
 src/features/instance.feature |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/src/features/instance.feature b/src/features/instance.feature
index 22e38b3..9034de8 100644
--- a/src/features/instance.feature
+++ b/src/features/instance.feature
@@ -76,3 +76,16 @@ Feature: Mange Instances
     And I press "Stop"
     Then I should be on the instances page
     And I should see "mock1: stop action was successfully queued"
+
+  Scenario: Hide error message when canceling instance launch
+    Given there is an uploaded image for a template
+    And I am on the instances page
+    When I press "Create"
+    Then I should see "Show Templates"
+    When I press "Launch"
+    Then I should be on the new instance page
+    When I press "Launch"
+    Then I should see "Failed to launch instance"
+    When I press "Cancel"
+    Then I should be on the select_template resources instances page
+    And I should not see "Failed to launch instance"
-- 
1.7.3.4

_______________________________________________
deltacloud-devel mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/deltacloud-devel

Reply via email to