Skip to content

Commit 9a3db1c

Browse files
update e2e text
1 parent 3c2df27 commit 9a3db1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ssg-app/e2e/base.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { test, expect } from "@playwright/test";
22

33
test("the index page should work", async ({ page }) => {
44
await page.goto("/");
5-
await expect(page.getByText("Hello from a Statically generated app")).toBeVisible();
5+
await expect(page.getByText("Hello from a Statically generated page")).toBeVisible();
66
});
77

88
test("the APP_VERSION var from the cloudflare context should be displayed", async ({ page }) => {

0 commit comments

Comments
 (0)