stable

Clone or download

Read-only

Merge commit 'refs/changes/40/12340/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #12130: Do not hardcode project id in cypress suite Change-Id: Idf4e7a5c060f30169e16bf96e435140c3b62f622

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +10 −22 Go to diff View file
M site-content/tuleap-core.pot +9 −21 Go to diff View file
M src/common/project/Admin/Navigation/NavigationPresenterBuilder.php +7 −7 Go to diff View file
M src/www/file/showfiles.php +2 −2 Go to diff View file
M src/www/themes/BurningParrot/ProjectSidebarPresenter.php +4 −4 Go to diff View file
M src/www/themes/BurningParrot/templates/project-sidebar.mustache +1 −1 Go to diff View file
D tests/e2e/full/cypress/fixtures/project_config.json +0 −6 Go to diff View file
M tests/e2e/full/cypress/integration/agiledashboard_spec.js +9 −11 Go to diff View file
M tests/e2e/full/cypress/integration/check_permissions_spec.js +46 −24 Go to diff View file
M tests/e2e/full/cypress/integration/docman_spec.js +110 −74 Go to diff View file
M tests/e2e/full/cypress/integration/frs_spec.js +22 −19 Go to diff View file
M tests/e2e/full/cypress/integration/git.spec.js +6 −4 Go to diff View file
M tests/e2e/full/cypress/integration/project_admin.spec.js +5 −11 Go to diff View file
M tests/e2e/full/cypress/support/commands.js +26 −9 Go to diff View file