From: Martyn Taylor <[email protected]>

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

diff --git a/src/features/user.feature b/src/features/user.feature
index e11dfba..d98282f 100644
--- a/src/features/user.feature
+++ b/src/features/user.feature
@@ -25,3 +25,10 @@ Feature: Manage Users
     And I fill in "user[password_confirmation]" with "new password"
     And I press "Save"
     Then I should see "User updated!"
+
+  Scenario: Administrator cancels the creation of a user account
+    Given I am on the users page
+    When I follow "create"
+    Then I should be on the new user page
+    When I follow "cancel"
+    Then I should be on the users page
-- 
1.7.2.3

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

Reply via email to