[MM-64603] LDAP Wizard: UX and Copy (#31649)

* improve pluralization

* changes to highlight strings -- might want to revert after review

* fix custom setting styling

* blank commit

* broken e2e test

* add css comments
Этот коммит содержится в:
Christopher Poile
2025-06-20 14:26:05 -04:00
коммит произвёл GitHub
родитель ec7c1e6d51
Коммит 250e39c85f
6 изменённых файлов: 73 добавлений и 59 удалений

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

@@ -3,7 +3,7 @@
import {test} from '@mattermost/playwright-lib';
test('Should be able to change threads with arrow keys', async ({pw}, testInfo) => {
test.fixme('Should be able to change threads with arrow keys', async ({pw}, testInfo) => {
test.skip(testInfo.project.name === 'ipad');
const {team, user} = await pw.initSetup();