stable

Clone or download

Read-only

closes request #35477 convert my contact tuleap test into cypress

How to test Run make tests-e2e It should not throw errors converts test_case #15452 Change-Id: Icd423a03c63035e972ffe251b5b07893969c1be2

Modified Files

Name
M plugins/mytuleap_contact_support/templates/form-burning-parrot.mustache +1 −1 Go to diff View file
A plugins/mytuleap_contact_support/tests/e2e/cypress/cypress.config.ts +6 −0 Go to diff View file
A plugins/mytuleap_contact_support/tests/e2e/cypress/cypress/e2e/my-tuleap-contact-support.cy.ts +31 −0 Go to diff View file
A plugins/mytuleap_contact_support/tests/e2e/cypress/cypress/support/e2e.ts +21 −0 Go to diff View file
A plugins/mytuleap_contact_support/tests/e2e/cypress/package.json +11 −0 Go to diff View file
A plugins/mytuleap_contact_support/tests/e2e/cypress/pnpm-lock.yaml +9 −0 Go to diff View file
A plugins/mytuleap_contact_support/tests/e2e/cypress/tsconfig.json +4 −0 Go to diff View file
M src/common/HelpDropdown/HelpDropdownPresenterBuilder.php +7 −4 Go to diff View file
M src/common/HelpDropdown/HelpLinkPresenter.php +4 −21 Go to diff View file
M src/themes/BurningParrot/templates/help-dropdown.mustache +2 −2 Go to diff View file
M tests/e2e/full/tuleap/setup.sh +1 −0 Go to diff View file
M tests/unit/common/HelpDropdown/HelpDropdownPresenterBuilderTest.php +15 −20 Go to diff View file