From 94264bd9a47d36093ad28c1076d5ed2025bf8620 Mon Sep 17 00:00:00 2001 From: Abhinav Kumar Jha Date: Sun, 11 Aug 2024 20:58:52 +0530 Subject: [PATCH 1/4] fix: removed the whole Drag category from the blocks --- tests/browser/test/toolbox_drag_test.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/browser/test/toolbox_drag_test.mjs b/tests/browser/test/toolbox_drag_test.mjs index c751f555283..3af5e675a96 100644 --- a/tests/browser/test/toolbox_drag_test.mjs +++ b/tests/browser/test/toolbox_drag_test.mjs @@ -38,7 +38,7 @@ const testCategories = [ 'Row', 'Stack', 'Statement', - 'Drag', + // 'Drag', // Skip fields because it's an accordion that is already open. // 'Fields', 'Defaults', From 7ea413275d8acf1aef0f02c8274cbcb5ac2dbe28 Mon Sep 17 00:00:00 2001 From: Abhinav Kumar Jha Date: Wed, 14 Aug 2024 14:33:09 +0530 Subject: [PATCH 2/4] fix: added comment according to reviewer --- tests/browser/test/toolbox_drag_test.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/browser/test/toolbox_drag_test.mjs b/tests/browser/test/toolbox_drag_test.mjs index 3af5e675a96..8ba3321465e 100644 --- a/tests/browser/test/toolbox_drag_test.mjs +++ b/tests/browser/test/toolbox_drag_test.mjs @@ -39,6 +39,7 @@ const testCategories = [ 'Stack', 'Statement', // 'Drag', + // Disabled due to #8466 // Skip fields because it's an accordion that is already open. // 'Fields', 'Defaults', From c407afffe79dd5c94ae6302fac716462aea12586 Mon Sep 17 00:00:00 2001 From: Abhinav Kumar Jha Date: Wed, 14 Aug 2024 21:45:17 +0530 Subject: [PATCH 3/4] fix: added comment according to reviewer --- tests/browser/test/toolbox_drag_test.mjs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/browser/test/toolbox_drag_test.mjs b/tests/browser/test/toolbox_drag_test.mjs index 8ba3321465e..a2af0619feb 100644 --- a/tests/browser/test/toolbox_drag_test.mjs +++ b/tests/browser/test/toolbox_drag_test.mjs @@ -38,8 +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', From 5611fa80b67430e41091e06831c46099b633ac56 Mon Sep 17 00:00:00 2001 From: Abhinav Kumar Jha Date: Wed, 14 Aug 2024 22:46:48 +0530 Subject: [PATCH 4/4] fix: added comment according to reviewer --- tests/browser/test/toolbox_drag_test.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/browser/test/toolbox_drag_test.mjs b/tests/browser/test/toolbox_drag_test.mjs index a2af0619feb..47a3520426a 100644 --- a/tests/browser/test/toolbox_drag_test.mjs +++ b/tests/browser/test/toolbox_drag_test.mjs @@ -40,7 +40,7 @@ const testCategories = [ 'Statement', // Disabled due to #8466 // 'Drag', - + // Skip fields because it's an accordion that is already open. // 'Fields', 'Defaults',