See our end-to-end testing documentation for reference.
Title: CTRL/CMD+K - Find GM by matching username, full name, or nickname, even if that name isn't displayed
Steps:
In other words, if you have a GM including user @username, Firstname Lastname, nickname, and display is set to show username:
Press CTRL+K (Windows) or CMD+K (Mac)
Type las
You should see the GM with @username come up as a search result
Expected:
GM channel including the user you searched on should be returned
Test Key: M23357
Test Folder: /cypress/integration/messaging
Test code arrangement:
describe('Messaging', () => {
it('M23357 - CTRL/CMD+K - Find GM by matching username, full name, or nickname, even if that name isn't displayed', () => {
// code
});
});
Jira ticket: MM-23357
If you're interested, please comment here and come join our "Contributors" community channel on our daily build server, where you can discuss questions with community members and the Mattermost core team. For technical advice or questions, please join our "Developers" community channel.
New contributors please see our Developer's Guide.
@saturninoabril , I'd like to do this pare!
Thanks @josephk96! Please use MM-T1226 as the test key - https://automation-test-cases.vercel.app/test/MM-T1226
Sure thing!