From 88eb99622b8eb690046d18e442a8860dccd60016 Mon Sep 17 00:00:00 2001 From: Alex Coles Date: Thu, 29 May 2014 17:04:35 +0200 Subject: [PATCH] Fix "View own rates" feature for wp columns dialog See https://github.com/opf/openproject/commit/04739c637cfc4db20e4cc55518b8c6970d005d32 Signed-off-by: Alex Coles --- features/view_own_rates.feature | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/features/view_own_rates.feature b/features/view_own_rates.feature index 145d8e6970..b994d5ade4 100644 --- a/features/view_own_rates.feature +++ b/features/view_own_rates.feature @@ -67,11 +67,12 @@ Feature: Permission View Own hourly and cost rates And I should not see "43.00 EUR" # labour costs of me and Manager And I should not see "49.00 EUR" # material costs of me and Manager And I am on the work_packages page for the project called "Standard Project" - And I click the toolbar button named "Filter" - And I click "Options" - And I select to see column "Overall costs" - And I select to see column "Labor costs" - And I select to see column "Unit costs" + And I choose "Columns" from the toolbar "settings" dropdown + And I select to see columns + | Overall costs | + | Labor costs | + | Unit costs | + And I click "Apply" Then I should see "EUR 24.00" And I should see "EUR 10.00" And I should see "EUR 14.00"