stable

Clone or download

Read-only

Notification on status change is now covered by cypress

part of request #35857 Covers tracker notifications with cypress How to test: make test-e2e end without errors Implementation note: - new command `addUserGroupWithUsers` will be used in other tests in a dedicated patch - covers test_case #15435 and art of test_case #15396 - missing part of test_case #15396 will be added in a dedicated changeset Change-Id: I95592e4ad2f1767324c7febcf29cf9923a797514

Modified Files

Name
M lib/frontend/project-sidebar-internal/src/Tools/PromotedItemPresenter.vue +1 −0 Go to diff View file
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/project-admin-actions.ts +21 −0 Go to diff View file
M plugins/tracker/templates/notifications/admin-notifications-level.mustache +2 −2 Go to diff View file
M plugins/tracker/templates/notifications/admin-notifications-unsubscribers.mustache +2 −2 Go to diff View file
M plugins/tracker/templates/notifications/notifications.mustache +6 −6 Go to diff View file
M plugins/tracker/tests/e2e/cypress/cypress/e2e/tracker_notifications.cy.ts +145 −2 Go to diff View file