chore: Markdown list item adjustments

Adjusted whitespace to ensure step details are included in resulting HTML lists items.
This commit is contained in:
Adam Patridge 2024-08-26 17:16:58 -06:00
parent 6f55b57e5a
commit de28670067

View file

@ -164,14 +164,16 @@ Be sure to run `npm run build` or let `npm run watch` run before you re-run the
tests after making your changes to check them. tests after making your changes to check them.
- To run tests in Chromium - To run tests in Chromium
```bash ```bash
npm run ctest # also `ftest` for firefox and `wtest` for WebKit npm run ctest # also `ftest` for firefox and `wtest` for WebKit
npm run ctest -- page-fill:23 # runs line 23 of page-fill.spec.ts npm run ctest -- page-fill:23 # runs line 23 of page-fill.spec.ts
``` ```
To run tests in WebKit / Firefox, use `wtest` or `ftest`. - To run tests in WebKit / Firefox, use `wtest` or `ftest`.
- To run the Playwright test runner tests - To run the Playwright test runner tests
```bash ```bash
npm run ttest npm run ttest
npm run ttest -- --grep "specific test" npm run ttest -- --grep "specific test"