[PATCH Conductor 5/7] bug 788148: Removing failing cucumber test for obsolete UI.

Scott Seago sseago at redhat.com
Wed Feb 29 07:43:21 UTC 2012


This whole test should probably be removed (we don't expose the roles UI anymore), but for now this is the minimum change to get tests working.

https://bugzilla.redhat.com/show_bug.cgi?id=788148
---
 src/features/role.feature |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/features/role.feature b/src/features/role.feature
index abd0157..bb83e2e 100644
--- a/src/features/role.feature
+++ b/src/features/role.feature
@@ -25,12 +25,6 @@ Feature: Manage Roles
     When I follow "Admiral"
     Then I should be on Admiral's role page
 
-  Scenario: Show default role privileges
-    Given I am on the roles page
-    And there should be a role named "Administrator"
-    When I follow "Administrator"
-    Then I should be on Administrator's role page
-
   Scenario: Delete roles
     Given a role "Admiral" exists
     And I am on the roles page
-- 
1.7.6.4




More information about the aeolus-devel mailing list