OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/features/work_packages/navigate_to_edit.feature

24 lines
815 B

Feature: Navigating to the work package edit page
Scenario: Directly opening the page
Given there is 1 user with:
| login | manager |
And there is a role "manager"
And the role "manager" may have the following rights:
| edit_work_packages |
And there is 1 project with the following:
| identifier | ecookbook |
| name | ecookbook |
And I am working in project "ecookbook"
And the user "manager" is a "manager"
And there are the following planning elements in project "ecookbook":
| subject | start_date | due_date |
| pe1 | 2013-01-01 | 2013-12-31 |
And I am already logged in as "manager"
When I go to the edit page of the work package called "pe1"
Then I should be on the edit page of the work package called "pe1"