From d3c09a3f4e3ade07370157bc7ba60b3b761f240d Mon Sep 17 00:00:00 2001 From: EmmaLRussell Date: Sun, 4 Aug 2024 12:53:35 +0100 Subject: [PATCH] format --- app/static/tests/e2e/code.etest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/tests/e2e/code.etest.ts b/app/static/tests/e2e/code.etest.ts index a38171c2..3012dfde 100644 --- a/app/static/tests/e2e/code.etest.ts +++ b/app/static/tests/e2e/code.etest.ts @@ -330,7 +330,7 @@ test.describe("Code Tab tests", () => { sourcePosition: { x: 5, y: 5 }, targetPosition: { x: 5, y: 5 } }; - await sVariable.dragTo(page.locator(":nth-match(.graph-config-panel .drop-zone, 2)"), dragPositions ); + await sVariable.dragTo(page.locator(":nth-match(.graph-config-panel .drop-zone, 2)"), dragPositions); await expectGraphVariables(page, 0, ["I", "R"]); await expectGraphVariables(page, 1, ["S"]);