stable

Clone or download

Read-only

Merge 'gerrit #23235' into stable/master

* commit '71a18e1250': request #21865 Improve project admin cypress coverage Change-Id: I8848a56511065a4a5f588c5193eebb6c0be148a3

Modified Files

Name
M plugins/statistics/include/statisticsPlugin.php +2 −1 Go to diff View file
M plugins/statistics/templates/disk-usage-pie-mount-point.mustache +1 −0 Go to diff View file
M plugins/statistics/www/project_stat.php +2 −2 Go to diff View file
M src/templates/project/admin/ugroup-settings-delegation.mustache +3 −2 Go to diff View file
M src/templates/project/admin/ugroup-settings-member-list.mustache +3 −2 Go to diff View file
M src/templates/project/admin/ugroup-settings-member-remove-modal.mustache +1 −1 Go to diff View file
M src/templates/project/admin/ugroup-settings.mustache +1 −1 Go to diff View file
M src/templates/project/admin/user_groups/list-groups.mustache +2 −1 Go to diff View file
M src/templates/project/admin/user_groups/modal-ugroup.mustache +2 −1 Go to diff View file
M src/templates/project/members/project-members-delete-modal.mustache +1 −1 Go to diff View file
M src/templates/project/members/project-members.mustache +2 −1 Go to diff View file
M tests/e2e/full/_fixtures/permission_project/project.xml +1 −0 Go to diff View file
M tests/e2e/full/_fixtures/permission_project/users.xml +7 −0 Go to diff View file
M tests/e2e/full/_fixtures/project_administration/project.xml +12 −0 Go to diff View file
M tests/e2e/full/_fixtures/project_administration/users.xml +7 −0 Go to diff View file
M tests/e2e/full/cypress/integration/project_admin.spec.ts +170 −1 Go to diff View file
M tests/e2e/full/cypress/support/commands.ts +7 −0 Go to diff View file
M tests/e2e/full/tuleap/setup.sh +2 −1 Go to diff View file