Skip to content

Commit d903b3a

Browse files
authored
Apply suggestions from PR review
Fix list indenting.
1 parent ce6b3d6 commit d903b3a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/playwright-testing/quickstart-automate-end-to-end-testing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ If you haven't configured your Playwright tests yet for running them on cloud-ho
6969

7070
:::code language="typescript" source="~/playwright-testing-service/samples/get-started/playwright.service.config.ts":::
7171

72-
By default, the service configuration enables you to:
73-
- Accelerate build pipelines by running tests in parallel using cloud-hosted browsers.
74-
- Simplify troubleshooting with easy access to test results and artifacts published to the service.
72+
By default, the service configuration enables you to:
73+
- Accelerate build pipelines by running tests in parallel using cloud-hosted browsers.
74+
- Simplify troubleshooting with easy access to test results and artifacts published to the service.
7575

76-
However, you can choose to use either of these features or both. See [How to use service features](./how-to-use-service-features.md#manage-features-while-running-tests) and update the service configuration file as per your requirement.
76+
However, you can choose to use either of these features or both. See [How to use service features](./how-to-use-service-features.md#manage-features-while-running-tests) and update the service configuration file as per your requirement.
7777

7878
3. Save and commit the file to your source code repository.
7979

0 commit comments

Comments
 (0)