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"]);