From a5f55ec84dccc0d0f59dbea59e265f8fd3f7fbb0 Mon Sep 17 00:00:00 2001 From: "t.felgentreff" Date: Thu, 14 Oct 2010 12:50:57 +0000 Subject: [PATCH] Update old scenario to deactivate filters and groups git-svn-id: https://dev.finn.de/svn/cockpit/branches/reporting_merge@1944 7926756e-e54e-46e6-9721-ed318f58905e --- features/cost_reports.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/cost_reports.feature b/features/cost_reports.feature index 615ebe1830..3551ee2179 100644 --- a/features/cost_reports.feature +++ b/features/cost_reports.feature @@ -5,10 +5,10 @@ Feature: Cost Control And the project "CostProject" has 1 cost entry with the following: | units | 1234.0 | And I am admin - When I am on the Cost Reports page for the project called "CostProject" + And I am on the overall Cost Reports page without filters or groups When I click on "Edit" When I fill in "4321.0" for "cost_entry_units" When I click on "Save" Then I should see "4321.0" And I should not see "1234.0" - +