Skip to content

Commit

Permalink
Fix homepage test
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpgreen2 committed Jan 2, 2025
1 parent 10b876f commit a0ad1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-admin/tests/homepage.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { test } from "./setup/base";
test.describe("Homepage", () => {
test("Authenticated user should see the homepage", async ({ page }) => {
await page.goto("/");
await expect(page.getByText("Hi qa@rilldata.com!")).toBeVisible();
await expect(page.getByText("Hi e2e-admin@rilldata.com!")).toBeVisible();
});

test("Unauthenticated user should be redirected to login", async ({
Expand Down

0 comments on commit a0ad1db

Please sign in to comment.