Skip to content

Commit

Permalink
fix: failing test in example.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnygerard committed Dec 18, 2024
1 parent 9eb89d9 commit 4a40f1a
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 @@ -4,5 +4,5 @@ test("has title", async ({ page }) => {
await page.goto("/");

// Expect a title "to contain" a substring.
await expect(page).toHaveTitle(/StarterAngular19/);
await expect(page).toHaveTitle(/home/i);
});

0 comments on commit 4a40f1a

Please sign in to comment.