stable

Clone or download

Read-only

refactor: Use cy.session to log in SVN and Taskboard tests

No functional change. End-to-end tests for SVN and Taskboard should succeed. Note: two taskboard tests that depended on each other have been merged into one: + hides the swimlanes and cards that are "Done" + show the swimlanes and cards that are "Done" = hide/show the swimlanes and cards that are "Done" part of request #29992 Bump cypress to 12.1.0 Change-Id: I623805e934ae3dbd465efa2bc7cf8bfce6078f8f

Modified Files

Name
M lib/test-utils/cypress-utilities-support/src/commands-type-definitions.d.ts +2 −0 Go to diff View file
M lib/test-utils/cypress-utilities-support/src/commands.ts +7 −0 Go to diff View file
M plugins/agiledashboard/tests/e2e/cypress/cypress/support/commands.ts +0 −10 Go to diff View file
M plugins/svn/tests/e2e/cypress/cypress.config.ts +2 −1 Go to diff View file
M plugins/svn/tests/e2e/cypress/cypress/e2e/svn.cy.ts +19 −29 Go to diff View file
M plugins/taskboard/tests/e2e/cypress/cypress.config.ts +2 −1 Go to diff View file
M plugins/taskboard/tests/e2e/cypress/cypress/e2e/taskboard.cy.ts +18 −18 Go to diff View file