stable

Clone or download

Read-only

refactor: Use cy.session to log in document tests

No functional change. End-to-end tests for Document should succeed. part of request #29992 Bump cypress to 12.1.0 Change-Id: I3fb130ac56cbf6d33f530b46f2b148734329f909

Modified Files

Name
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 +1 −2 Go to diff View file
M plugins/document/tests/e2e/cypress/cypress.config.ts +2 −1 Go to diff View file
M plugins/document/tests/e2e/cypress/cypress/e2e/document.cy.ts +25 −30 Go to diff View file
M plugins/document/tests/e2e/cypress/cypress/e2e/filename-pattern.cy.ts +1 −7 Go to diff View file
M plugins/document/tests/e2e/cypress/cypress/e2e/keyboard-navigation.cy.ts +3 −12 Go to diff View file
M plugins/document/tests/e2e/cypress/cypress/e2e/phpwiki.cy.ts +13 −10 Go to diff View file
M plugins/document/tests/e2e/cypress/cypress/e2e/search.cy.ts +2 −11 Go to diff View file
M plugins/testmanagement/tests/e2e/cypress/cypress/e2e/campaign.cy.ts +1 −1 Go to diff View file
M src/common/wiki/views/WikiServiceViews.class.php +2 −2 Go to diff View file