[MM-61599]: Remove tabIndex from non-interactive elements (#29659)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
7740eb9d43
Коммит
7a959038f9
@@ -231,7 +231,7 @@ describe('Verify Accessibility Support in different input fields', () => {
|
||||
|
||||
cy.get('#rhsContainer').within(() => {
|
||||
// * Verify Accessibility Support in RHS input
|
||||
cy.uiGetReplyTextBox().should('have.attr', 'placeholder', 'Reply to this thread...').and('have.attr', 'role', 'textbox').focus().type('test').tab({shift: true}).tab().tab();
|
||||
cy.uiGetReplyTextBox().should('have.attr', 'placeholder', 'Reply to this thread...').and('have.attr', 'role', 'textbox').focus().type('test').tab();
|
||||
|
||||
// * Verify if the focus is on the preview button
|
||||
cy.get('#PreviewInputTextButton').should('be.focused').and('have.attr', 'aria-label', 'preview').tab();
|
||||
|
||||
Ссылка в новой задаче
Block a user