stable
Clone or download
Read-only
* commit '9f63d0edf4af48595e2ea19c1381b7af42b1c943': closes request #34393 Project administrator command should be independent Change-Id: Ib8a801bfca67e16a562f427b653c3c1049ee1245
Modified Files
Name | ||||
---|---|---|---|---|
M | lib/test-utils/cypress-utilities-support/src/commands-type-definitions.d.ts | +3 | −3 | Go to diff View file |
M | lib/test-utils/cypress-utilities-support/src/commands.ts | +0 | −40 | Go to diff View file |
M | lib/test-utils/cypress-utilities-support/src/index.ts | +1 | −0 | Go to diff View file |
A | lib/test-utils/cypress-utilities-support/src/project-admin-actions.ts | +72 | −0 | Go to diff View file |
M | lib/test-utils/cypress-utilities-support/src/site-admin-actions.ts | +8 | −0 | Go to diff View file |
M | plugins/agiledashboard/tests/e2e/cypress/cypress/e2e/artifact-modal-links.cy.ts | +2 | −2 | Go to diff View file |
M | plugins/document/tests/e2e/cypress/cypress/e2e/document.cy.ts | +1 | −2 | Go to diff View file |
M | plugins/document/tests/e2e/cypress/cypress/e2e/notifications.cy.ts | +5 | −5 | Go to diff View file |
M | plugins/document/tests/e2e/cypress/cypress/e2e/phpwiki.cy.ts | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/tests/e2e/cypress/cypress/e2e/platform_allows_anonymous.cy.ts | +2 | −6 | Go to diff View file |
M | plugins/mediawiki/tests/e2e/cypress/cypress/e2e/platform_allows_restricted.cy.ts | +2 | −5 | Go to diff View file |
M | tests/e2e/full/cypress/e2e/core-notifications.cy.ts | +2 | −2 | Go to diff View file |
M | tests/e2e/full/cypress/e2e/invitation.cy.ts | +3 | −3 | Go to diff View file |
M | tests/e2e/full/cypress/e2e/phpwiki-notifications.cy.ts | +3 | −3 | Go to diff View file |
M | tests/e2e/full/cypress/e2e/project_admin.cy.ts | +1 | −1 | Go to diff View file |