[PATCH conductor] Fix broken Pools cucumber test

Jirka Tomasek jtomasek at redhat.com
Tue Feb 28 14:47:47 UTC 2012


On 02/28/2012 02:54 PM, tsedovic at redhat.com wrote:
> 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
ACK



More information about the aeolus-devel mailing list