[MM-61571]: Add label to form field in channel header (#29553)
* [MA-12]: Add label to form field in channel header * [MA-12]: Update aria attributes and tests * [MA-12]: Update snapshots, fix e2e test * [MA-12]: Fix E2E tests * [MA-12]: Fix type in test
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
3a13dc2d5d
Коммит
a3b2ecec19
@@ -31,7 +31,7 @@ describe('Keyboard Shortcuts', () => {
|
||||
// * Verify modal is open
|
||||
cy.findByRole('dialog', {name: 'Edit Header for Off-Topic'}).within(() => {
|
||||
// # Enter new header and save
|
||||
cy.findByRole('textbox', {name: 'edit the channel header...'}).type(newHeader);
|
||||
cy.findByRole('textbox', {name: 'Edit the text appearing next to the channel name in the header.'}).type(newHeader);
|
||||
cy.uiSave();
|
||||
});
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user