diff --git a/docs/open-booking-api/test-suite.md b/docs/open-booking-api/test-suite.md index e30084a0..efc2c6b7 100644 --- a/docs/open-booking-api/test-suite.md +++ b/docs/open-booking-api/test-suite.md @@ -190,7 +190,7 @@ The test suite will making all bookings under a specific `primary` Seller provid If your booking system only supports a single seller, only the “`primary`” seller is required. If your booking system supports multiple sellers, the “`secondary`” seller must also be set to support the “[multiple-sellers](https://github.com/openactive/openactive-test-suite/blob/master/packages/openactive-integration-tests/test/features/core/multiple-sellers/README.md)” tests. -See the [reference documentation](https://github.com/openactive/openactive-test-suite/tree/master/packages/openactive-integration-tests#sellers) for more information. +See the [reference documentation](https://github.com/openactive/openactive-test-suite/tree/master/packages/openactive-integration-tests#configuration-for-sellers-within-confignode_envjson) for more information. {% code title="./config/dev.json \(extract\)" %} ```javascript @@ -330,7 +330,7 @@ npm run start-tests -- --runInBand test/features/core/test-interface/ ``` ```bash -npm run start-tests -- --runInBand test/features/core/test-interface/implemented/create-opportunity-test.js +npm run start-tests -- --runInBand test/features/core/test-interface/implemented/create-opportunity-test.js ``` ## Reading the test results and debugging