cy.uiOpenProductMenu(item)
Open the Product menu by clicking the product name in the Global Header.
item
< string >
'Channels'
, 'Boards'
, 'Playbooks'
, 'System Console'
, 'Integrations'
, 'Marketplace'
, 'Download Apps'
, and 'About Mattermost'
.// # Open 'Product menu'
cy.uiOpenProductMenu();
// # Open 'Integrations' section of 'Product Menu' modal
cy.uiOpenProductMenu('Integrations');
cy.uiGetProductMenu()
Get the DOM elements of the Product menu.
cy.uiGetProductMenu();