stable
Clone or download
Read-only
request #12130: Do not hardcode project id in cypress suite
Change-Id: I123310fbd762ffe4d691a283c072cdd2a7bf226e
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 |