Skip to content

Commit

Permalink
chore: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
loke-dev committed Jul 10, 2023
1 parent 09cf42f commit 4d43b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/homePage.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import { expect, test } from "@playwright/test"

test("index page has expected h1", async ({ page }) => {
await page.goto("/")
expect(await page.textContent("h1")).toBe("Loke —— Dev")
expect(await page.textContent("h2")).toBe("Welcome to")
})

0 comments on commit 4d43b2d

Please sign in to comment.