From e583bf5d66e6def379ce364674ef88fc563484fa Mon Sep 17 00:00:00 2001 From: Vitomir Budimir Date: Mon, 2 Dec 2024 10:57:25 +0100 Subject: [PATCH] test(plugin-box): remove deprecated focus e2e workaround --- e2e-tests/tests/440-box-plugin.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/e2e-tests/tests/440-box-plugin.ts b/e2e-tests/tests/440-box-plugin.ts index 02a72c12be..602f5ecaab 100644 --- a/e2e-tests/tests/440-box-plugin.ts +++ b/e2e-tests/tests/440-box-plugin.ts @@ -129,9 +129,6 @@ Scenario('Move between box title and content with Tab', async ({ I }) => { I.type('Boxtitel') I.say('Move to the box content with Tab') - // Selects the row drag button of the box content first - I.pressKey('Tab') - // Selects the box content I.pressKey('Tab') I.type('Boxinhalt')