|
@@ -200,7 +200,7 @@ npm --prefix client/tests/integration install
|
|
|
npm run test:integration
|
|
|
```
|
|
|
|
|
|
-Integration tests target `http://localhost:8000` by default. Use the `TEST_ORIGIN` environment variable to use a different port, or test a remote Wagtail instance: `TEST_ORIGIN=http://localhost:9000 npm run test:integration`.
|
|
|
+Integration tests target `http://127.0.0.1:8000` by default. Use the `TEST_ORIGIN` environment variable to use a different port, or test a remote Wagtail instance: `TEST_ORIGIN=http://127.0.0.1:9000 npm run test:integration`.
|
|
|
|
|
|
### Browser and device support
|
|
|
|