From fc32ec99448a2896d553d890fc211bc38b11e122 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Fri, 4 Mar 2022 00:07:59 +0100 Subject: [PATCH] docs: fix wrong nesting level in test-parameterize.md (#12499) --- docs/src/test-parameterize-js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/test-parameterize-js.md b/docs/src/test-parameterize-js.md index deee1e7c11..5bee88e3ab 100644 --- a/docs/src/test-parameterize-js.md +++ b/docs/src/test-parameterize-js.md @@ -328,7 +328,7 @@ Run tests as usual, your environment variables should be picked up. npx playwright test ``` -### Create tests via a CSV file +## Create tests via a CSV file The Playwright test-runner runs in Node.js, this means you can directly read files from the file system and parse them with your preferred CSV library.