[MM-61595]: Removed the unnecessary dialog text from toggle button's aria-label property (#29595)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
64070b0780
Коммит
77ab7b92c6
@@ -26,7 +26,7 @@ describe('Keyboard Shortcuts', () => {
|
||||
cy.postMessage(message);
|
||||
|
||||
// # Open the edit the channel header modal
|
||||
cy.get('[aria-label="Set header dialog"]').click();
|
||||
cy.get('[aria-label="Set header"]').click();
|
||||
|
||||
// * Verify modal is open
|
||||
cy.findByRole('dialog', {name: 'Edit Header for Off-Topic'}).within(() => {
|
||||
|
||||
Ссылка в новой задаче
Block a user