stable

Clone or download

Read-only

Merge 'gerrit #13909' into stable/master

* commit 'b7e89016bc': request #12944 Restricted user tests should be done by cypress

Modified Files

Name
M src/templates/admin/anonymous/access_choice.mustache +1 −0 Go to diff View file
M src/templates/admin/sidebar_configuration.mustache +6 −1 Go to diff View file
M src/templates/admin/sidebar_users.mustache +6 −1 Go to diff View file
M src/templates/admin/users/user.mustache +2 −2 Go to diff View file
M src/templates/error/permission-denied-restricted-account-project.mustache +1 −1 Go to diff View file
M src/www/themes/BurningParrot/Navbar/MenuItem/Presenter.php +11 −5 Go to diff View file
M src/www/themes/BurningParrot/Navbar/PresenterBuilder.php +15 −17 Go to diff View file
M src/www/themes/BurningParrot/Navbar/UserNavPresenter.php +6 −3 Go to diff View file
M src/www/themes/BurningParrot/templates/navbar/menu-item/menu-item.mustache +5 −1 Go to diff View file
M src/www/themes/FlamingParrot/templates/navbar-user-logged-in.mustache +1 −0 Go to diff View file
A tests/e2e/_fixtures/platform_allows_restricted/project.xml +52 −0 Go to diff View file
A tests/e2e/_fixtures/platform_allows_restricted/users.xml +43 −0 Go to diff View file
A tests/e2e/_fixtures/platform_allows_restricted/wiki_pages.xml +93 −0 Go to diff View file
A tests/e2e/full/cypress/integration/platform_allows_restricted.js +68 −0 Go to diff View file
M tests/e2e/full/cypress/support/commands.js +33 −0 Go to diff View file
M tests/e2e/full/tuleap/setup.sh +1 −0 Go to diff View file