From ec8f9c8589fd0ea849eba4ae80f59cb878a0f24a Mon Sep 17 00:00:00 2001 From: abhinavjha0239 <75026232+abhinavjha0239@users.noreply.github.com> Date: Wed, 14 Aug 2024 23:47:28 +0530 Subject: [PATCH] chore: removed the whole Drag category from the browser test (#8478) * fix: removed the whole Drag category from the blocks * fix: added comment according to reviewer * fix: added comment according to reviewer * fix: added comment according to reviewer --- tests/browser/test/toolbox_drag_test.mjs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/browser/test/toolbox_drag_test.mjs b/tests/browser/test/toolbox_drag_test.mjs index c751f5552..47a352042 100644 --- a/tests/browser/test/toolbox_drag_test.mjs +++ b/tests/browser/test/toolbox_drag_test.mjs @@ -38,7 +38,9 @@ const testCategories = [ 'Row', 'Stack', 'Statement', - 'Drag', + // Disabled due to #8466 + // 'Drag', + // Skip fields because it's an accordion that is already open. // 'Fields', 'Defaults',