mirror of
https://github.com/strapi/strapi.git
synced 2025-12-24 13:43:41 +00:00
docs: fix small errors in e2e section (#24494)
* chore: fix small error * chore: fix small error * chore: fix small error --------- Co-authored-by: Hannah Paine <151527179+hanpaine@users.noreply.github.com>
This commit is contained in:
parent
d6c661f8ab
commit
320dbe6ba8
@ -65,7 +65,7 @@ yarn test:e2e --domains admin -- --debug
|
||||
yarn test:e2e --domains admin -- login.spec.ts --debug
|
||||
```
|
||||
|
||||
### Concurrency / parallellization
|
||||
### Concurrency / parallelization
|
||||
|
||||
By default, every domain is run with its own test app in parallel with the other domains. The tests within a domain are run in series, one at a time.
|
||||
|
||||
|
||||
@ -326,8 +326,8 @@ async function toggleRateLimiting(page, enabled = true) {
|
||||
|
||||
##### What does it do?
|
||||
|
||||
This endpoint can be used to enable or disable the rate limitting middleware in
|
||||
strapi. When enabled login requests for each user are limitted to 5 in 5 minutes.
|
||||
This endpoint can be used to enable or disable the rate limiting middleware in
|
||||
strapi. When enabled login requests for each user are limited to 5 in 5 minutes.
|
||||
|
||||
##### Why do we have it?
|
||||
|
||||
|
||||
@ -43,7 +43,7 @@ Leave the development server running, and then run the following command to rese
|
||||
STRAPI_LICENSE=<license-with-ee-feature> npx ts-node <PATH_TO_SCRIPT>/dts-import.ts with-admin.tar
|
||||
```
|
||||
|
||||
This script will include admin users and all the content-types specificed in `tests/e2e/constants.ts`
|
||||
This script will include admin users and all the content-types specified in `tests/e2e/constants.ts`
|
||||
|
||||
You should be able to login with the test app instance credentials.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user