stable
Clone or download
Read-only
closes request #34393 Project administrator command should be independent
Like what have been done for site administrator project adminsitrator commands should: - be in its own dedicated command file - logon/go in adminsitration link Change-Id: I6bfffd395925e12150f2ec035c0da5e8470e7c5a
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 |