Skip to content

Commit

Permalink
fix: spec
Browse files Browse the repository at this point in the history
  • Loading branch information
rharkor committed Jul 28, 2023
1 parent 8583467 commit a0bd293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/example.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import { expect, test } from "@playwright/test"
test("has title", async ({ page }) => {
await page.goto("./")

await expect(page).toHaveTitle(/Next.js Enterprise Boilerplate/)
await expect(page).toHaveTitle(/Home/)
})

0 comments on commit a0bd293

Please sign in to comment.