[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 удалений

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

@@ -70,7 +70,7 @@ describe('Profile > Profile Settings> Full Name', () => {
it('MM-T2048 Empty full name: @ still displays before username', () => {
// # Open any user list ("View Members", "Add Members", "Manage Members", ..)
cy.uiOpenTeamMenu('View Members');
cy.uiOpenTeamMenu('View members');
// # Find a user who hasn't set their full name
cy.get('.modal-title').should('be.visible');

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

@@ -39,7 +39,7 @@ describe('Settings > Sidebar > General', () => {
});
// # Open team menu and click "View Members"
cy.uiOpenTeamMenu('View Members');
cy.uiOpenTeamMenu('View members');
// # Search for username and check that no nickname is present
cy.get('.modal-title').should('be.visible');
@@ -68,7 +68,7 @@ describe('Settings > Sidebar > General', () => {
});
// # Open team menu and click "View Members"
cy.uiOpenTeamMenu('View Members');
cy.uiOpenTeamMenu('View members');
// # Search for username and check that expected nickname is present
cy.get('.modal-title').should('be.visible');