Skip to content

Commit 7de7886

Browse files
committed
indentation
1 parent efd08b4 commit 7de7886

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ The easiest way to develop new test is to use the codegen feature of Playwright:
225225
npx 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:
244244
npx 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

0 commit comments

Comments
 (0)