stable
Clone or download
Read-only
part of request #37922 Remove usage of `any` from cypress-utilities-support No functional change. make tests-e2e should pass successfully. Change-Id: Iedce88740fdd947f83c86c615ba9e7e53ae2cc9e
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/package.json | +1 | −2 | Go to diff View file |
M | plugins/document/pnpm-lock.yaml | +3 | −6 | Go to diff View file |
M | plugins/document/scripts/document/api/rest-querier.ts | +10 | −9 | Go to diff View file |
M | plugins/document/scripts/document/type.ts | +2 | −2 | Go to diff View file |
A | plugins/document/scripts/lib/rest-api-types/package.json | +20 | −0 | Go to diff View file |
A | plugins/document/scripts/lib/rest-api-types/pnpm-lock.yaml | +10 | −0 | Go to diff View file |
A | plugins/document/scripts/lib/rest-api-types/src/main.ts | +30 | −0 | Go to diff View file |
A | plugins/document/scripts/lib/rest-api-types/tsconfig.json | +4 | −0 | Go to diff View file |
M | plugins/document/tests/e2e/cypress/cypress/e2e/document.cy.ts | +27 | −20 | Go to diff View file |
M | plugins/document/tests/e2e/cypress/cypress/e2e/notifications.cy.ts | +5 | −4 | Go to diff View file |
M | plugins/document/tests/e2e/cypress/cypress/e2e/search.cy.ts | +5 | −1 | Go to diff View file |
A | plugins/document/tests/e2e/cypress/cypress/package.json | +12 | −0 | Go to diff View file |
A | plugins/document/tests/e2e/cypress/cypress/pnpm-lock.yaml | +16 | −0 | Go to diff View file |
M | plugins/document/tests/e2e/cypress/cypress/support/create-document.ts | +16 | −12 | Go to diff View file |
M | plugins/document/tsconfig.json | +2 | −1 | Go to diff View file |
M | plugins/kanban/tests/e2e/cypress/cypress/e2e/artifact-modal.cy.ts | +14 | −8 | Go to diff View file |
M | plugins/taskboard/tests/e2e/cypress/cypress/e2e/taskboard.cy.ts | +7 | −1 | Go to diff View file |
M | plugins/tracker/tests/e2e/cypress/cypress/e2e/tql.cy.ts | +26 | −23 | Go to diff View file |
M | plugins/tracker_functions/tests/e2e/cypress/cypress/e2e/tracker_functions.cy.ts | +3 | −1 | Go to diff View file |