Skip to content

Commit

Permalink
fix login test
Browse files Browse the repository at this point in the history
  • Loading branch information
esizer committed Jan 10, 2025
1 parent 43c50e5 commit dbf2780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/playwright/tests/auth/authentication.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ test.describe("Authentication", () => {
await appPage.waitForGraphqlResponse("AdminDashboard_Query");
await expect(
appPage.page.getByRole("heading", {
name: /welcome back, dale monroe/i,
name: /welcome back/i,
}),
).toBeVisible();
});
Expand Down

0 comments on commit dbf2780

Please sign in to comment.