Skip to content

Commit

Permalink
docs: we are Playwright, not PlayWright
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelfeldman committed Feb 4, 2020
1 parent 3ef2313 commit 2ba5e84
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ assignees: ''
---

**Context:**
- PlayWright Version: [what PlayWright version do you use?]
- Playwright Version: [what Playwright version do you use?]
- Operating System: [e.g. Windows, Linux or Mac]
- Extra: [any specific details about your environment]

Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ assignees: ''

---

Let us know what functionality you'd like to see in PlayWright and what is your usecase.
Do you think others might need this as well?
Let us know what functionality you'd like to see in Playwright and what is your use case.
Do you think others might benefit from this as well?
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/regression.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ assignees: ''
---

**Context:**
- GOOD PlayWright Version: [what PlayWright version worked nicely?]
- BAD PlayWright Version: [what PlayWright version doesn't work any more?]
- GOOD Playwright Version: [what Playwright version worked nicely?]
- BAD Playwright Version: [what Playwright version doesn't work any more?]
- Operating System: [e.g. Windows, Linux or Mac]
- Extra: [any specific details about your environment]

Expand Down
4 changes: 2 additions & 2 deletions browser_patches/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ This script will:

If you omit the path to your checkout, the script will assume one is located at `./browser_patches/firefox/checkout`

Send a PR to the PlayWright repo to be reviewed.
Send a PR to the Playwright repo to be reviewed.

## 4. Rolling PlayWright to the new browser build
## 4. Rolling Playwright to the new browser build

Once the patch has been committed, the build bots will kick in, compile and upload a new browser version to all the platforms.

Expand Down
4 changes: 2 additions & 2 deletions browser_patches/buildbots/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ The `core.longpaths` is needed for webkit since it has some very long layout pat

> **NOTE:** If git config fails, run shell as administrator!
### 6. Checkout PlayWright to /c/
### 6. Checkout Playwright to /c/

Run `c:\mozilla-build\start-shell.bat` and checkout PlayWright repo to `/c/playwright`.
Run `c:\mozilla-build\start-shell.bat` and checkout Playwright repo to `/c/playwright`.

### 7. Create a c:\WEBKIT_WIN64_LIBS\ directory with win64 dlls

Expand Down

0 comments on commit 2ba5e84

Please sign in to comment.