Skip to content

Commit d4b86b1

Browse files
Fix duplicate instruction in README
Removed duplicate instruction about using utilities for deployment tests.
1 parent 719f105 commit d4b86b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The following must be set (locally via .env, or in CI via your provider's secret
4747
* `CANVAS_HOST` - trailing slash is optional
4848
* `OAUTH_TOKEN`
4949
* `DEPLOYMENT_TEST_PATH` - leading slash is optional (Previously named `URL` which was changed as it was found to be confusing.)
50-
Use the utilities from this repository when writing your deployment tests.
50+
5151

5252
If any are missing, `assertVariables.js` will fail fast to help you diagnose configuration.
5353

@@ -59,7 +59,7 @@ OAUTH_TOKEN=12345~QWERTYUIOPASDFGHJKLZXCVBNM
5959
DEPLOYMENT_TEST_PATH=/accounts/1/external_tools/789
6060
```
6161

62-
Here's a simple example which asserts that some specific text, `XXXXXXXXXXXXXXX`, appears on a page. The test(s) can be as simple or as complex as seems appropriate.
62+
Use the utilities from this repository when writing your deployment tests. Here's a simple example which asserts that some specific text, `XXXXXXXXXXXXXXX`, appears on a page. The test(s) can be as simple or as complex as seems appropriate.
6363

6464
```js
6565
import { test, expect } from '@playwright/test'

0 commit comments

Comments
 (0)