Skip to content

Commit

Permalink
Fix typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
WunderBart committed Sep 30, 2024
1 parent c0e26ad commit f0746c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/specs/example.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ test.describe("WordPress", () => {
await page.goto("/wp-admin");

await expect(
page.getByRole("heading", { name: "Dashbord" }),
page.getByRole("heading", { name: "Dashboard" }),
).toBeVisible();
});
});
Expand Down

0 comments on commit f0746c3

Please sign in to comment.