[MM-55277] Team's menu doesn't follow standard accessible keyboard behavior (#29917)

Этот коммит содержится в:
M-ZubairAhmed
2025-04-18 19:18:54 +05:30
коммит произвёл GitHub
родитель b59f10cbbd
Коммит 502506a517
130 изменённых файлов: 2208 добавлений и 5137 удалений

Просмотреть файл

@@ -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();