diff --git a/e2e-tests/playwright/specs/accessibility/channels/theme_settings.spec.ts b/e2e-tests/playwright/specs/accessibility/channels/theme_settings.spec.ts index c601e0d0a1..1f557bb759 100644 --- a/e2e-tests/playwright/specs/accessibility/channels/theme_settings.spec.ts +++ b/e2e-tests/playwright/specs/accessibility/channels/theme_settings.spec.ts @@ -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