stable

Clone or download

Read-only

request #12385 Delegate platform anonymous check to cypress

How to test: run make test_cypress then check tests results in test_results_e2e_full Change-Id: I18b44347a98ea156b039d09964afcdae12c6e7bc

Modified Files

Name
M plugins/mediawiki/templates/permissions-pane-admin.mustache +6 −1 Go to diff View file
M src/templates/project/project-details.mustache +2 −0 Go to diff View file
M src/templates/user/login.mustache +1 −1 Go to diff View file
M src/www/themes/BurningParrot/templates/navbar/menu-item/menu-item-logout.mustache +1 −0 Go to diff View file
A tests/e2e/_fixtures/platform_allows_anonymous/project.xml +62 −0 Go to diff View file
A tests/e2e/_fixtures/platform_allows_anonymous/users.xml +17 −0 Go to diff View file
A tests/e2e/_fixtures/platform_allows_anonymous/wiki_pages.xml +91 −0 Go to diff View file
M tests/e2e/full/cypress/integration/agiledashboard_spec.js +1 −1 Go to diff View file
M tests/e2e/full/cypress/integration/docman_spec.js +1 −1 Go to diff View file
M tests/e2e/full/cypress/integration/frs_spec.js +1 −1 Go to diff View file
M tests/e2e/full/cypress/integration/git.spec.js +1 −1 Go to diff View file
M tests/e2e/full/cypress/integration/mediawiki_spec.js +1 −1 Go to diff View file
A tests/e2e/full/cypress/integration/platform_allows_anonymous_spec.js +53 −0 Go to diff View file
M tests/e2e/full/cypress/integration/project_admin.spec.js +1 −1 Go to diff View file
M tests/e2e/full/cypress/support/commands.js +12 −1 Go to diff View file
M tests/e2e/full/cypress/support/index.js +1 −1 Go to diff View file
M tests/e2e/full/tuleap/setup.sh +2 −0 Go to diff View file