Skip to content

Commit

Permalink
Cypress/E2E: Fixed at mention notifications TM4J keys (mattermost#7333)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Baylon committed Jan 18, 2021
1 parent 19b189c commit d177f15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions e2e/cypress/integration/messaging/at_mentions_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ describe('at-mention', () => {
});
});

it('N14571 still triggers notification if username is not listed in words that trigger mentions', () => {
it('MM-T547 still triggers notification if username is not listed in words that trigger mentions', () => {
// # Set Notification settings
setNotificationSettings({first: false, username: true, shouts: true, custom: true}, otherChannel);

Expand Down Expand Up @@ -157,7 +157,7 @@ describe('at-mention', () => {
and('have.text', `@${receiver.username}`);
});

it('N14570 does not trigger notifications with "Your non case-sensitive username" unchecked', () => {
it('MM-T545 does not trigger notifications with "Your non case-sensitive username" unchecked', () => {
// # Set Notification settings
setNotificationSettings({first: false, username: false, shouts: true, custom: true}, otherChannel);

Expand Down Expand Up @@ -195,7 +195,7 @@ describe('at-mention', () => {
should('not.exist');
});

it('N14572 does not trigger notifications with "channel-wide mentions" unchecked', () => {
it('MM-T548 does not trigger notifications with "channel-wide mentions" unchecked', () => {
// # Set Notification settings
setNotificationSettings({first: false, username: false, shouts: false, custom: true}, otherChannel);

Expand Down

0 comments on commit d177f15

Please sign in to comment.