Open
Description
MM-T4280 Accessing from the Product Switcher
Steps #1
From Channels click on the product switcher in the top left of the Global Header and click BoardsExpected
Dropdown opens with options to navigate to Channels, Boards and PlaybooksSteps #2
Click on BoardsExpected
User lands on the Dashboard with all the channels the user belongs to, displayed in a grid viewSteps #3
Click on a channel and open a boardExpected
First view is displayed in the centreSteps #4
Click on the product switcher in the top left of the Global Header and click ChannelsExpected
User is taken to ChannelsSteps #5
Click on the product switcher in the top left of the Global Header and click BoardsExpected
User is taken to the Boards DashboardTest code arrangement:
it('MM-T4280 Accessing from the Product Switcher', () => {
// code
});
Note:
- Use queries from testing-library whenever possible. We share the same philosophy as the testing-library when doing UI automation like "Interact with your app the same way as your users" and so, please follow their guidelines especially when querying an element.
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 "Focalboard" community channel.
For new contributors, please see our guide.