Skip to content

Commit

Permalink
revert e2e test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Kusumgar committed Aug 14, 2023
1 parent b3508d3 commit 9aebd5c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/static/tests/e2e/code.etest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,7 @@ test.describe("Code Tab tests", () => {
);
await expect(await page.innerText(".wodin-left .wodin-content #code-status")).toContain("Code is not valid");
await expect(await page.innerText(".wodin-left .wodin-content #error-info"))
.toBe("Code error: Error on line 1: Every line must contain an assignment"
+ ", a compare statement or a debug statement");
.toBe("Code error: Error on line 1: Every line must contain an assignment");
});

test("can display model error message when running model", async ({ page }) => {
Expand Down

0 comments on commit 9aebd5c

Please sign in to comment.