From 6207ac56cd2c7fc37ea9cbf5e4f936536db6ac3b Mon Sep 17 00:00:00 2001 From: Andrew Telnov Date: Wed, 3 Jan 2024 12:19:56 +0200 Subject: [PATCH] Fix unit test #7621 --- tests/dragdroptests.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/dragdroptests.ts b/tests/dragdroptests.ts index 7d4dfc1a5d..6ab19659c5 100644 --- a/tests/dragdroptests.ts +++ b/tests/dragdroptests.ts @@ -988,6 +988,7 @@ QUnit.test("Move flow panel up", function (assert) { }); QUnit.test("Check onQuestionAdded event is not fired", function (assert) { + settings.supportCreatorV2 = false; var survey = new SurveyModel(); var page = survey.addNewPage("p1"); var question = page.addNewQuestion("question1");