Update ChannelHeaderPlug tests to not use snapshots and ensure its more accessible (#26784)

* Update ChannelHeaderPlug tests to not use snapshots

* Change HeaderIconWrapper to always set aria-label based off tooltip

* Re-add shortcut to Recent Mentions button

* Remove unneeded div
Этот коммит содержится в:
Harrison Healey
2024-06-03 11:43:25 -04:00
коммит произвёл GitHub
родитель d40cc68b1c
Коммит 527fe4a654
13 изменённых файлов: 245 добавлений и 885 удалений

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

@@ -91,7 +91,7 @@ describe('channels > channel header', {testIsolation: true}, () => {
});
// * Verify tooltip text
cy.get('#pluginTooltip').contains('Playbooks');
cy.get('#playbooksChannelHeaderButton').contains('Playbooks');
});
it('webapp should make the Playbook channel header button active when opened', () => {