Skip to content

Commit

Permalink
focus test
Browse files Browse the repository at this point in the history
  • Loading branch information
csr632 committed Jan 23, 2024
1 parent 39d6a96 commit 2750e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playground/use-theme-doc/__tests__/hmr.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ test('hmr: edit file (md static data notation)', async ({
).toHaveCount(0)
})

test('hmr: edit md file content', async ({ page, fsUtils, testPlayground }) => {
test.only('hmr: edit md file content', async ({ page, fsUtils, testPlayground }) => {
// prepare locators first
const headingBeforeEdit = page
.locator('.markdown-body')
Expand Down

0 comments on commit 2750e87

Please sign in to comment.