* Fixed Add Channel_test_cases

* fixed more test cases

* fixed lint
Этот коммит содержится в:
Furqan Malik
2023-04-03 18:22:48 -04:00
коммит произвёл GitHub
родитель 8d301c0d64
Коммит f1f54508f4
11 изменённых файлов: 22 добавлений и 15 удалений

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

@@ -196,7 +196,7 @@ describe('Verify Accessibility Support in different input fields', () => {
cy.get('#FormattingControl_ul').should('be.focused').and('have.attr', 'aria-label', 'bulleted list').tab();
// * Verify if the focus is on the numbered list button
cy.get('#FormattingControl_ol').should('be.focused').and('have.attr', 'aria-label', 'numbered list').tab();
cy.get('#FormattingControl_ol').should('be.focused').and('have.attr', 'aria-label', 'numbered list').tab().tab();
// * Verify if the focus is on the formatting options button
cy.get('#toggleFormattingBarButton').should('be.focused').and('have.attr', 'aria-label', 'formatting').tab();