Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
jackiequach committed Sep 5, 2024
1 parent 457a173 commit a81661e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright/integration/landing.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ test("Shows error boundary for invalid collection", async ({ page, port }) => {
await page.goto(`http://localhost:${port}${INVALID_COLLECTION_PATH}`);

const alert = page.getByRole("alert");
const errorText = alert.getByText("An error 500 occurred on server");
const errorText = alert.getByText("Something went wrong on our end");
await expect(errorText).toBeVisible();
});

0 comments on commit a81661e

Please sign in to comment.