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

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

@@ -64,7 +64,7 @@ describe('Onboarding', () => {
cy.reload();
// # Open the 'Invite People' modal
cy.uiOpenTeamMenu('Invite People');
cy.uiOpenTeamMenu('Invite people');
// # Wait half a second to ensure that the modal has been fully loaded
cy.wait(TIMEOUTS.HALF_SEC);

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

@@ -44,7 +44,7 @@ describe('Onboarding', () => {
it('MM-T400 Create account from login page link using email-password', () => {
// # Open team menu and click on "Team Settings"
cy.uiOpenTeamMenu('Team Settings');
cy.uiOpenTeamMenu('Team settings');
// * Check that the 'Team Settings' modal was opened
cy.get('#teamSettingsModal').should('exist').within(() => {

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

@@ -47,7 +47,7 @@ describe('Onboarding', () => {
stubClipboard().as('clipboard');
// # Open the 'Invite People' full screen modal and get the invite url
cy.uiOpenTeamMenu('Invite People');
cy.uiOpenTeamMenu('Invite people');
// # Copy invite link to clipboard
cy.findByTestId('InviteView__copyInviteLink').click();