Skip to content
This repository was archived by the owner on Jul 24, 2025. It is now read-only.

Commit 8ad1f6c

Browse files
committed
Fix CI
1 parent 53596eb commit 8ad1f6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

playground/mdx/__tests__/mdx.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ test("MDX HMR", async ({ page }) => {
1818
await page.goto(testUrl);
1919
await waitForLogs("[vite] connected.");
2020

21+
await expect(page.getByRole("heading", { name: "Hello" })).toBeVisible();
22+
2123
editFile("src/Counter.tsx", ["{count}", "{count}!"]);
2224
await waitForLogs("[vite] hot updated: /src/Counter.tsx");
2325
const button = await page.locator("button");

0 commit comments

Comments
 (0)