stable

Clone or download

Read-only

request #21865 Improve project admin cypress coverage

make test_cypress should end without errors tests should covers group management (add a group, add user inside) and membership permission delegation suspened user visualisation/removal disk usage graph (check d3 still works) and corresponding widget covers test_case #15291, test_case #15292, test_case #15427 and test_case #15428 Change-Id: I011f102582c60a3646909164ff76feb64918df18

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