-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Highlight Keywords without notification #119
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was hoping we could have even more test cases rather than just the two so we can have good amount of e2e coverage
Sure @M-ZubairAhmed , will add few more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will also need to included the changes after the Upsell discussion on this feature. So will wait for those
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @yasserfaraazkhan! Base test cases LGTM, could you include the test cases for the upsell scenarios discussed last week?
2. In the `Keywords That Get Highlighted (without notifications)` section, type a test phrases and words. Example: `Testing`, `Testing the keyword highlight without notification feature`. | ||
3. Press `Tab` or `Comma` and press `Save` button. | ||
4. Open any channel, and post the example phrase. | ||
5. Verify the Phrase is Highlighted by a yellow background |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we add an additional step to verify that the phrase does not show in the mentions section in the RHS (like the highlight keywords do)
2. Scroll to `Keywords That Get Highlighted (without notifications)` section. | ||
3. Verify that the Setting is disabled and we see `Professional` tag indicating it is available after upgrading the instance to Professional license. | ||
4. Click on the Professional tag. | ||
5. Verify that a modal with title `Highlighted Keywords without notifications with Mattermost Professional` appears. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @marianunez @abhijit-singh ,
will the title contain Upgrade to use ..
like in the below example
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one comment above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @yasserfaraazkhan! LGTM - small note of a verification to add below
Development PR: mattermost/mattermost#24050