cuke speedups

pull/6827/head
Jens Ulferts 12 years ago
parent 84e89f0b90
commit d7f76473ce
  1. 2
      features/activity.feature
  2. 8
      features/credit_unit_costs.feature

@ -2,7 +2,7 @@ Feature: Cost Object activities
Background:
Given there is a standard cost control project named "project1"
And I am admin
And I am already logged in as "admin"
Scenario: cost object is a selectable activity type
When I go to the activity page of the project "project1"

@ -15,10 +15,10 @@ Feature: Credit unit costs
@javascript
Scenario: Crediting units costs to an issue
When I login as "manager"
When I am already logged in as "manager"
And I go to the page of the issue "issue1"
And I click "More functions" within ".action_menu_main"
And I click "Log unit costs" within ".action_menu_main"
And I follow "More functions" within ".action_menu_main"
And I follow "Log unit costs" within ".action_menu_main"
And I fill in "cost_entry_units" with "100"
And I click "Save"
And I press "Save"
Then I should be on the page of the issue "issue1"

Loading…
Cancel
Save