Use non-dev port for webserver during end-to-end tests
modified playwright.config.ts
@@ -17,7 +17,7 @@ const config: PlaywrightTestConfig = {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -58,15 +58,14 @@ const config: PlaywrightTestConfig = {
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified playwright.ipfs.config.ts
@@ -6,8 +6,8 @@ const config: PlaywrightTestConfig = {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified tests/support/fixtures.ts
@@ -174,7 +174,7 @@ export const test = base.extend<{
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -182,9 +182,7 @@ export const test = base.extend<{
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|