Skip to content

Commit

Permalink
alter tests to use /CADmium route
Browse files Browse the repository at this point in the history
  • Loading branch information
av8ta committed Apr 7, 2024
1 parent 11c64ec commit 0736c42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions applications/web/tests/e2e/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ test("index page has expected title", async ({ page }) => {
})

test("has history pane", async ({ page }) => {
await page.goto("/")
await page.goto("/CADmium")
await expect(page.getByText("History")).toBeVisible()
})

test("has origin in history panel", async ({ page }) => {
await page.goto("/")
await page.goto("/CADmium")
await expect(page.getByText("origin")).toBeVisible()
})

0 comments on commit 0736c42

Please sign in to comment.