Fixed Add Channel_test_cases (#22768)
* Fixed Add Channel_test_cases * fixed more test cases * fixed lint
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
8d301c0d64
Коммит
f1f54508f4
@@ -69,7 +69,7 @@ describe('Verify Accessibility Support in Channel Sidebar Navigation', () => {
|
||||
cy.uiGetLHSAddChannelButton().focus().tab().tab({shift: true});
|
||||
|
||||
// * Verify if the Plus button has focus
|
||||
cy.findByRole('button', {name: 'Add Channel Dropdown'}).should('be.focused');
|
||||
cy.uiGetLHSAddChannelButton().should('be.focused');
|
||||
cy.focused().tab();
|
||||
|
||||
// * Verify if the Plus button has focus
|
||||
|
||||
Ссылка в новой задаче
Block a user