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

18 lines
663 B

Feature: Adding widgets to the page
Background:
Given there is 1 project with the following:
| name | project1 |
And I am already Admin
And I am on the project "project1" overview personalization page
Scenario: I should see the available widgets
Then I should see the dropdown of available widgets
@javascript
Scenario: Adding a "Watched issues" widget
When I select "Watched issues" from the available widgets drop down
And I wait for the AJAX requests to finish
Then the "Watched issues" widget should be in the hidden block
And "Watched issues" should be disabled in the available widgets drop down