File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -225,8 +225,8 @@ The easiest way to develop new test is to use the codegen feature of Playwright:
225225npx playwright codegen
226226```
227227
228- This will record your action and write the test code for you. Use the tool bar to test visibility, text content,
229- clicking.
228+ This will record your action and write the test code for you. Use the tool bar
229+ to test visibility, text content, clicking.
230230
231231##### Investigate a failed test from the CI
232232
@@ -244,8 +244,8 @@ Unzip the report then use this command to open the report in your browser:
244244npx playwright show-report ~ /Downloads/playwright-report/
245245```
246246
247- Under the failed test there is a small icon looking like "3 columns" (next to test name file name),
248- click on it to see the live screenshots/console output.
247+ Under the failed test there is a small icon looking like "3 columns" (next to
248+ test name file name), click on it to see the live screenshots/console output.
249249
250250### Test Coverage
251251
You can’t perform that action at this time.
0 commit comments