stable

Clone or download

Read-only

refactor: Use shared types to query tracker API from cypress

No functional change. Kanban & cross-tracker end-to-end tests should succeed. part of story #24970 [modal] select type for links Change-Id: I11b33c63f90dbe98c65917e39d2826f94ed2943f

Modified Files

Name
M lib/test-utils/cypress-utilities-support/package.json +3 −0 Go to diff View file
A lib/test-utils/cypress-utilities-support/pnpm-lock.yaml +7 −0 Go to diff View file
M lib/test-utils/cypress-utilities-support/src/commands-type-definitions.d.ts +1 −1 Go to diff View file
M lib/test-utils/cypress-utilities-support/src/commands.ts +57 −45 Go to diff View file
M plugins/agiledashboard/tests/e2e/cypress/cypress/e2e/kanban.cy.ts +6 −5 Go to diff View file
M plugins/crosstracker/tests/e2e/cypress/cypress/e2e/cross_tracker_search.cy.ts +14 −12 Go to diff View file
M plugins/document_generation/scripts/lib/docx/src/type.ts +1 −1 Go to diff View file
M plugins/tracker/scripts/lib/rest-api-types/src/artifacts_write.ts +9 −2 Go to diff View file
M plugins/tracker/scripts/lib/rest-api-types/src/trackers.ts +1 −0 Go to diff View file