Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBarre committed Feb 10, 2023
1 parent 53596eb commit 8ad1f6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions playground/mdx/__tests__/mdx.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ test("MDX HMR", async ({ page }) => {
await page.goto(testUrl);
await waitForLogs("[vite] connected.");

await expect(page.getByRole("heading", { name: "Hello" })).toBeVisible();

editFile("src/Counter.tsx", ["{count}", "{count}!"]);
await waitForLogs("[vite] hot updated: /src/Counter.tsx");
const button = await page.locator("button");
Expand Down

0 comments on commit 8ad1f6c

Please sign in to comment.