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:
0xflotus 2025-10-09 13:42:09 +02:00 committed by GitHub
parent d6c661f8ab
commit 320dbe6ba8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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?

View File

@ -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.