Skip to content

Commit 048a3db

Browse files
committed
refactor test title
1 parent 87f54e4 commit 048a3db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tests-e2e/tests/appPagesRouter/catch-all.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test.describe("Catch-all route in root should work", () => {
1414
const pElement = page.getByText("Path: conico974", { exact: true });
1515
await pElement.isVisible();
1616
});
17-
test("should be possible to visit a long path", async ({ page }) => {
17+
test("should be possible to visit a long pregenerated path", async ({ page }) => {
1818
await page.goto("/super/long/path/to/secret/page");
1919
const h1Text = await page.getByTestId("page").textContent();
2020
expect(h1Text).toBe("Page: super,long,path,to,secret,page");

0 commit comments

Comments
 (0)