stable

Clone or download

Read-only

Add e2e tests on attachment feature

part of story #35094: have "calendar" events attached to tracker email notification We should ensure that email is sent with an attachement of type `calendar` How to test: run `make tests-e2e` test suite should succeed Change-Id: I73064eb616e14cf3f548758d598576f53ca76cf3

Modified Files

Name
M lib/test-utils/cypress-utilities-support/src/commands-type-definitions.d.ts +8 −1 Go to diff View file
M lib/test-utils/cypress-utilities-support/src/email.ts +55 −0 Go to diff View file
M lib/test-utils/cypress-utilities-support/src/trackers.ts +41 −0 Go to diff View file
M plugins/tracker/templates/admin-header.mustache +1 −1 Go to diff View file
M plugins/tracker/templates/notifications/admin-mail-configuration.mustache +2 −1 Go to diff View file
M plugins/tracker/templates/notifications/admin-notifications-level.mustache +1 −1 Go to diff View file
M plugins/tracker/tests/e2e/cypress/cypress/e2e/tracker_notifications.cy.ts +47 −0 Go to diff View file