We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c2df27 commit 9a3db1cCopy full SHA for 9a3db1c
examples/ssg-app/e2e/base.spec.ts
@@ -2,7 +2,7 @@ import { test, expect } from "@playwright/test";
2
3
test("the index page should work", async ({ page }) => {
4
await page.goto("/");
5
- await expect(page.getByText("Hello from a Statically generated app")).toBeVisible();
+ await expect(page.getByText("Hello from a Statically generated page")).toBeVisible();
6
});
7
8
test("the APP_VERSION var from the cloudflare context should be displayed", async ({ page }) => {
0 commit comments