From a3ce91959b684065ed178cfa403685ccc24661bf Mon Sep 17 00:00:00 2001 From: jwollert Date: Thu, 15 Sep 2011 18:06:46 +0200 Subject: [PATCH] removes some non-sensical steps --- features/grouping.feature | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/features/grouping.feature b/features/grouping.feature index 5671336d72..8d6fbd0c0b 100644 --- a/features/grouping.feature +++ b/features/grouping.feature @@ -32,12 +32,9 @@ Feature: Groups And I click on "Clear" And I group columns by "Issue" Then I should see "Issue" in columns - # And I should "Issues" should be inactive for columns - # And I should "Issues" should be inactive for rows When I group rows by "Project" Then I should see "Project" in rows - And "Project" should be active for rows - And "Project" should be active for columns + Then I should not see "Project" in rows @javascript Scenario: Groups can be removed from rows and columns @@ -53,10 +50,6 @@ Feature: Groups And I remove "Issue" from columns Then I should not see "Issue" in columns And I should not see "Project" in rows - And "Project" should be active for columns - And "Project" should be active for rows - And "Issue" should be active for columns - And "Issue" should be active for rows @javascript Scenario: Groups get restored after sending a query