[PATCH conductor 1/2] Fixes failing test

Matt Wagner matt.wagner at redhat.com
Wed Mar 14 18:02:00 UTC 2012


This test is failing on 1.0-product bceause it's looking for the
exact text, "Add mapping to provider", but we use the term "cloud
resource provider" there.

Since the next step attempts to click that button and references it
by its DOM ID, we can just skip this "And I should see..." step that
checks for the button, since it will fail anyway if the button is
missing.
---
 src/features/realm.feature |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/features/realm.feature b/src/features/realm.feature
index 2dfc383..687ab9f 100644
--- a/src/features/realm.feature
+++ b/src/features/realm.feature
@@ -31,7 +31,6 @@ Feature: Manage Realms
     And there is a realm "testrealm1"
     And a provider "provider1" exists
     When I follow "testrealm1"
-    Then I should see "Add mapping to provider"
     And I follow "mapping_to_provider_button"
     Then I should be on the new realm mapping page
     When I press "realm_backend_target_submit"
-- 
1.7.7.6




More information about the aeolus-devel mailing list