Skip to content

Commit da6cb8d

Browse files
committed
don't force formats when rendering before playwright
use the format from the doc.
1 parent 19d8107 commit da6cb8d

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

tests/docs/playwright/ojs/test-ojs-echo-false-codetools-dropdown-2.qmd

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Reproing a bug on codetools dropdown
3+
format: html
34
code-tools: true
45
---
56

tests/docs/playwright/ojs/test-ojs-echo-false-codetools-dropdown.qmd

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Reproing a bug on codetools dropdown
3+
format: html
34
code-tools: true
45
---
56

tests/integration/playwright-tests.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ for (const { path: fileName } of globOutput) {
3939
// mediabag inspection if we don't wait all renders
4040
// individually. This is very slow..
4141
await execProcess({
42-
cmd: [quartoDevCmd(), "render", input, "--to", "html"],
42+
cmd: [quartoDevCmd(), "render", input],
4343
});
4444
fileNames.push(fileName);
4545
}

0 commit comments

Comments
 (0)