Skip to content

Commit 766db6f

Browse files
committed
Merge branch 'canary' into fix/missing-module-compiled-trace
2 parents 7ebb416 + b5beb3a commit 766db6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/with-playwright/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default defineConfig({
3232
// More information: https://playwright.dev/docs/api/class-testoptions#test-options-base-url
3333
baseURL,
3434

35-
// Retry a test if its failing with enabled tracing. This allows you to analyse the DOM, console logs, network traffic etc.
35+
// Retry a test if its failing with enabled tracing. This allows you to analyze the DOM, console logs, network traffic etc.
3636
// More information: https://playwright.dev/docs/trace-viewer
3737
trace: 'retry-with-trace',
3838

0 commit comments

Comments
 (0)