[MM-55277] Team's menu doesn't follow standard accessible keyboard behavior (#29917)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
b59f10cbbd
Коммит
502506a517
@@ -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();
|
||||
|
||||
Ссылка в новой задаче
Block a user