Skip to content

Commit

Permalink
Skip d&d test for creator v1
Browse files Browse the repository at this point in the history
  • Loading branch information
dk981234 committed Oct 22, 2024
1 parent 3a71d22 commit 1bda56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/survey-creator/testCafe/tests/drag_and_drop.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ test("check move question from survey to panel", async (t) => {
assert.deepEqual(await getQuestionsInPanel(), ["question1"]);
});

test("check change order of questions in panel", async (t) => {
test.skip("check change order of questions in panel", async (t) => {
await t.click("[title=Panel]");
await t.wait(100);
await t.dragToElement(
Expand Down

0 comments on commit 1bda56c

Please sign in to comment.