Skip to content

Commit 9e413d2

Browse files
authored
Remove duplication
1 parent 3f2344e commit 9e413d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ If you haven't configured your Playwright tests yet for running them on cloud-ho
114114

115115
1. Create a new file `playwright.service.config.ts` alongside the `playwright.config.ts` file.
116116

117-
1. Create a file `playwright.service.config.ts` and add the following content to it:
117+
1. Add the following content to it:
118118

119119
```typescript
120120
import { defineConfig } from '@playwright/test';

0 commit comments

Comments
 (0)