[MM-55277] Team's menu doesn't follow standard accessible keyboard behavior (#29917)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
b59f10cbbd
Коммит
502506a517
@@ -108,7 +108,7 @@ describe('Keyboard shortcut CTRL/CMD+Shift+\\ for adding reaction to last messag
|
||||
cy.uiOpenProductMenu('About Mattermost');
|
||||
verifyEmojiPickerNotOpen();
|
||||
|
||||
cy.uiOpenTeamMenu('View Members');
|
||||
cy.uiOpenTeamMenu('View members');
|
||||
verifyEmojiPickerNotOpen();
|
||||
|
||||
cy.uiOpenProfileModal('Profile Settings');
|
||||
@@ -167,9 +167,6 @@ describe('Keyboard shortcut CTRL/CMD+Shift+\\ for adding reaction to last messag
|
||||
// # Close the expanded RHS
|
||||
cy.findByLabelText('Collapse Sidebar Icon').click();
|
||||
|
||||
// # Open the pinned posts
|
||||
cy.uiGetChannelPinButton().click();
|
||||
|
||||
// # Expand RHS
|
||||
cy.findByLabelText('Expand Sidebar Icon').click();
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user