[MM-61595]: Removed the unnecessary dialog text from toggle button's aria-label property (#29595)

Этот коммит содержится в:
ayush-chauhan233
2025-01-28 19:42:39 +05:30
коммит произвёл GitHub
родитель 64070b0780
Коммит 77ab7b92c6
12 изменённых файлов: 27 добавлений и 22 удалений

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

@@ -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(() => {