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

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

@@ -35,7 +35,7 @@ describe('Environment', () => {
cy.visit(townsquareLink);
// # Open team menu and click "Team Settings"
cy.uiOpenTeamMenu('Team Settings');
cy.uiOpenTeamMenu('Team settings');
// * Check that the 'Team Settings' modal was opened
cy.get('#teamSettingsModal').should('exist').within(() => {
@@ -79,7 +79,7 @@ describe('Environment', () => {
cy.visit(townsquareLink);
// # Open team menu and click "Team Settings"
cy.uiOpenTeamMenu('Team Settings');
cy.uiOpenTeamMenu('Team settings');
// * Check that the 'Team Settings' modal was opened
cy.get('#teamSettingsModal').should('exist').within(() => {
@@ -123,7 +123,7 @@ describe('Environment', () => {
cy.visit(townsquareLink);
// # Open team menu and click "Team Settings"
cy.uiOpenTeamMenu('Team Settings');
cy.uiOpenTeamMenu('Team settings');
// * Check that the 'Team Settings' modal was opened
cy.get('#teamSettingsModal').should('exist').within(() => {

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

@@ -66,7 +66,7 @@ describe('User Management', () => {
cy.visit(`/${testTeam.name}/channels/${testChannel.name}`);
// # Open team menu and click View Members
cy.uiOpenTeamMenu('View Members');
cy.uiOpenTeamMenu('View members');
// * Check View Members modal dialog
cy.get('#teamMembersModal').should('be.visible').within(() => {