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/common.feature

14 lines
379 B

Feature: Common
As a user
I want to do stuff
So that I can do my job
Background:
Given the ecookbook project has the backlogs plugin enabled
And I am a team member of the project
Scenario: View the product backlog
Given I am viewing the master backlog
When I request the server_variables resource
Then the request should complete successfully