Remove extra Tab keypress that was causing test failure (#31817)

Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
lindalumitchell
2025-06-23 13:43:14 -07:00
коммит произвёл GitHub
родитель b3bc4b6f1b
Коммит 1148bea55b

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

@@ -33,7 +33,6 @@ test('Theme settings should be keyboard accessible', async ({axe, pw}) => {
await settingsModal.container.focus();
await page.keyboard.press('Tab');
await page.keyboard.press('Tab');
await page.keyboard.press('Tab');
await page.keyboard.press('ArrowDown');
// * The display tab should be open