stable

Clone or download

Read-only

Split check permission_tests into plugin/core files

part of request #14757 Cypress test architecture does not respect the plugin split pattern This patch should close the request make tests_cypress => no error Change-Id: I399057cdd52e4d1999366aa4a14ff09f1a7ec89c

Modified Files

Name
M plugins/agiledashboard/tests/e2e/cypress/cypress/integration/agile-dasboard.spec.js +59 −31 Go to diff View file
M plugins/docman/tests/e2e/cypress/cypress/integration/docman.spec.js +160 −125 Go to diff View file
M plugins/git/tests/e2e/cypress/cypress/integration/git.spec.js +46 −21 Go to diff View file
M plugins/svn/templates/explorer/index.mustache +1 −1 Go to diff View file
M plugins/svn/tests/e2e/cypress/cypress/integration/svn.spec.js +68 −34 Go to diff View file
M plugins/tracker/tests/e2e/cypress/cypress/integration/tracker_artifact.spec.js +17 −1 Go to diff View file
M src/themes/FlamingParrot/templates/project-sidebar.mustache +1 −1 Go to diff View file
M tests/e2e/_fixtures/permission_project/project.xml +0 −1757 Go to diff View file
D tests/e2e/full/cypress/integration/check_permissions.spec.js +0 −117 Go to diff View file
A tests/e2e/full/cypress/integration/forum.spec.js +54 −0 Go to diff View file
M tests/e2e/full/cypress/integration/frs.spec.js +94 −66 Go to diff View file
A tests/e2e/full/cypress/integration/list.spec.js +56 −0 Go to diff View file
A tests/e2e/full/cypress/integration/news.spec.js +56 −0 Go to diff View file
M tests/e2e/full/cypress/integration/project_admin.spec.js +18 −0 Go to diff View file
A tests/e2e/full/cypress/integration/wiki.spec.js +56 −0 Go to diff View file