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 87f54e4 commit 048a3dbCopy full SHA for 048a3db
packages/tests-e2e/tests/appPagesRouter/catch-all.test.ts
@@ -14,7 +14,7 @@ test.describe("Catch-all route in root should work", () => {
14
const pElement = page.getByText("Path: conico974", { exact: true });
15
await pElement.isVisible();
16
});
17
- test("should be possible to visit a long path", async ({ page }) => {
+ test("should be possible to visit a long pregenerated path", async ({ page }) => {
18
await page.goto("/super/long/path/to/secret/page");
19
const h1Text = await page.getByTestId("page").textContent();
20
expect(h1Text).toBe("Page: super,long,path,to,secret,page");
0 commit comments