stable

Clone or download

Read-only

Merge commit 'refs/changes/54/18154/3' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #14649 add tests cypress tests for svn Change-Id: I0a1714e02b988a5e9232da47026861cb6ba5e319

Modified Files

Name
M plugins/svn/include/SVN/ServiceSvn.php +10 −8 Go to diff View file
M plugins/svn/templates/admin/modal_repository_delete.mustache +1 −1 Go to diff View file
M plugins/svn/templates/admin/repository_delete.mustache +7 −1 Go to diff View file
M plugins/svn/templates/admin/section_presenter.mustache +1 −1 Go to diff View file
M plugins/svn/templates/explorer/index.mustache +7 −5 Go to diff View file
M plugins/svn/templates/explorer/repository_display.mustache +1 −1 Go to diff View file
M plugins/svn/templates/global-admin/admin_groups.mustache +5 −3 Go to diff View file
M src/common/Project/Admin/Navigation/NavigationDropdownItemPresenter.php +8 −4 Go to diff View file
M src/common/Project/Admin/Navigation/NavigationPresenterBuilder.php +2 −1 Go to diff View file
M src/common/Project/Service.class.php +2 −1 Go to diff View file
M src/templates/admin/sidebar_projects.mustache +5 −1 Go to diff View file
M src/templates/project/navigation.mustache +1 −1 Go to diff View file
M src/templates/project/project_history.mustache +2 −2 Go to diff View file
A tests/e2e/_fixtures/svn_project/data/svn.dump +57 −0 Go to diff View file
A tests/e2e/_fixtures/svn_project/project.xml +64 −0 Go to diff View file
A tests/e2e/_fixtures/svn_project/users.xml +35 −0 Go to diff View file
A tests/e2e/full/cypress/integration/svn.spec.js +142 −0 Go to diff View file
M tests/e2e/full/cypress/integration/taskboard_spec.js +5 −13 Go to diff View file
A tests/e2e/full/cypress/support/api-helper.js +41 −0 Go to diff View file
M tests/e2e/full/cypress/support/index.js +1 −0 Go to diff View file