diff --git a/e2e/fixtures/custom-home-footer/doc/index.mdx b/e2e/fixtures/custom-home-footer/doc/index.mdx index 304a2ffa1..cfa69ded5 100644 --- a/e2e/fixtures/custom-home-footer/doc/index.mdx +++ b/e2e/fixtures/custom-home-footer/doc/index.mdx @@ -1,9 +1,7 @@ -# Hello World - -:::tip TIP +--- +pageType: home +--- -This is a TIP. - -::: +# Hello World -[link](https://example/com) +hello diff --git a/e2e/tests/custom-home-footer.ts b/e2e/tests/custom-home-footer.test.ts similarity index 100% rename from e2e/tests/custom-home-footer.ts rename to e2e/tests/custom-home-footer.test.ts