Skip to content

Commit a76e81b

Browse files
committed
lint
1 parent 048a3db commit a76e81b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ 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 pregenerated path", async ({ page }) => {
17+
test("should be possible to visit a long pregenerated path", async ({
18+
page,
19+
}) => {
1820
await page.goto("/super/long/path/to/secret/page");
1921
const h1Text = await page.getByTestId("page").textContent();
2022
expect(h1Text).toBe("Page: super,long,path,to,secret,page");

0 commit comments

Comments
 (0)