Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaLRussell committed Aug 4, 2024
1 parent 692bc48 commit d3c09a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/static/tests/e2e/code.etest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"]);
Expand Down

0 comments on commit d3c09a3

Please sign in to comment.