Skip to content

Commit c395276

Browse files
committed
remove skip
1 parent d6a5708 commit c395276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tests-e2e/tests/pagesRouter/catch-all-optional.test.ts

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

33
// Going to `/`, `/conico974`, `/kheuzy` and `/sommeeer` should be catched by our `[[...page]]` route.
44
// Also the /super/long/path/to/secret/page should be pregenerated by the `getStaticPaths` function.
5-
test.skip("Catch-all optional route in root should work", () => {
5+
test.describe("Catch-all optional route in root should work", () => {
66
test("should be possible to visit home and a pregenerated subpage", async ({
77
page,
88
}) => {

0 commit comments

Comments
 (0)