[PATCH conductor] Fix broken Pools cucumber test

tsedovic at redhat.com tsedovic at redhat.com
Tue Feb 28 13:54:43 UTC 2012


From: Tomas Sedovic <tomas at sedovic.cz>

The failing test was introduced in d7120f4bfd90e7207b77f06a674ea5d6d8b00977
---
 src/features/pool.feature |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/features/pool.feature b/src/features/pool.feature
index 14a9e7a..f2cbf6b 100644
--- a/src/features/pool.feature
+++ b/src/features/pool.feature
@@ -173,12 +173,12 @@ Feature: Manage Pools
     And I follow "details_instances"
     And I should see "mock1"
     And I should see "mock2"
-    And I should not see "mock3"
-    When I select "" from "instances_preset_filter"
+    And I should see "mock3"
+    When I select "Non-stopped Instances" from "instances_preset_filter"
     And I press "apply_instances_preset_filter"
     And I should see "mock1"
     And I should see "mock2"
-    And I should see "mock3"
+    And I should not see "mock3"
 
   Scenario: Select Catalog Images on pool detail page
     Given a pool "mockpool" exists
-- 
1.7.6.5




More information about the aeolus-devel mailing list