#-- copyright # OpenProject My Project Page Plugin # # Copyright (C) 2011-2014 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # # See doc/COPYRIGHT.md for more details. #++ Feature: Subproject Widget Background: Given there is 1 project with the following: | Name | Parent | And the project "Parent" has 1 subproject with the following: | Name | Child | And there is a role "Admin" And there is a role "Manager" And I am already Admin @javascript Scenario: Adding a "Subproject" widget Given I am on the project "Parent" overview personalization page When I select "Subprojects" from "block-select" And I wait for the AJAX requests to finish Then the "Subprojects" widget should be in the hidden block And "Subprojects" should be disabled in the my project page available widgets drop down Scenario: Includes links to all child projects Given the following widgets are selected for the overview page of the "Parent" project: | top | Subprojects | And I am on the homepage for the project "Parent" And I follow "Child" within ".widget-box .subprojects" Then I should be on the overview page of the project called "Child"