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/timelines/general_administration.feature

25 lines
1.0 KiB

Feature: General Timelines adminstration
As a ChiliProject Admin
I want to see 'No data to display' instead of an empty table
So that I can see the reason why I cannot see anything
Scenario: The admin gets 'No data to display' when there are no colors defined
Given I am logged in as "admin"
When I go to the admin page
And I follow "Colors"
Then I should see "No data to display"
And I should see "New color"
Scenario: The admin gets 'No data to display' when there are no project types defined
Given I am logged in as "admin"
When I go to the admin page
And I follow "Project types"
Then I should see "No data to display"
And I should see "New project type"
Scenario: The admin gets 'No data to display' when there are no planning element types defined
Given I am logged in as "admin"
When I go to the admin page
And I follow "Planning element types"
Then I should see "No data to display"
And I should see "New planning element type"