From 2e6793cee054dd23df738713075304219f417456 Mon Sep 17 00:00:00 2001 From: Timeless0911 <1604889533@qq.com> Date: Fri, 6 Sep 2024 12:10:53 +0800 Subject: [PATCH] fix: custom home footer tests --- e2e/fixtures/custom-home-footer/doc/index.mdx | 12 +++++------- ...tom-home-footer.ts => custom-home-footer.test.ts} | 0 2 files changed, 5 insertions(+), 7 deletions(-) rename e2e/tests/{custom-home-footer.ts => custom-home-footer.test.ts} (100%) 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