From 998bd871d31e3cb11aabbdcf5705623f1fe7c061 Mon Sep 17 00:00:00 2001 From: Timeless0911 <50201324+Timeless0911@users.noreply.github.com> Date: Fri, 6 Sep 2024 12:19:51 +0800 Subject: [PATCH] fix: custom home footer tests (#1398) --- 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