Skip to content

Commit

Permalink
chore: update description
Browse files Browse the repository at this point in the history
  • Loading branch information
loke-dev committed Jul 10, 2023
1 parent 4d43b2d commit c2f813f
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
@@ -1,6 +1,6 @@
import { expect, test } from "@playwright/test"

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

0 comments on commit c2f813f

Please sign in to comment.