stable

Clone or download

Read-only

chore: e2e test for artifact link types

No functional change. A new end-to-end suite is added to test the Artifact link field of the Artifact Modal. The "link from user's history" test is moved to it. It recreates a new project every time to keep the tests repeatable. part of story #24970 [modal] select type for links Change-Id: I6f20981e441315801335201a6eb2bf400b8a03de

Modified Files

Name
M lib/test-utils/cypress-utilities-support/src/api-helper.ts +12 −0 Go to diff View file
M lib/test-utils/cypress-utilities-support/src/commands-type-definitions.d.ts +5 −9 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog-item/backlog-item-details/backlog-item-details.tpl.html +2 −0 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/planner-view/planner-view.tpl.html +1 −1 Go to diff View file
A plugins/agiledashboard/tests/e2e/cypress/cypress/e2e/artifact-modal-links.cy.ts +135 −0 Go to diff View file
M plugins/agiledashboard/tests/e2e/cypress/cypress/e2e/artifact-modal.cy.ts +5 −60 Go to diff View file
M plugins/agiledashboard/tests/e2e/cypress/cypress/support/commands.ts +35 −0 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field/LinkField.ts +1 −1 Go to diff View file