@@ -28,7 +28,7 @@ describe("server and client transport", () => {
28
28
consoleMessages . push ( message ) ;
29
29
} ) ;
30
30
31
- await page . goto ( `http://localhost:${ port } /main ` , {
31
+ await page . goto ( `http://localhost:${ port } /` , {
32
32
waitUntil : "networkidle0" ,
33
33
} ) ;
34
34
@@ -61,7 +61,7 @@ describe("server and client transport", () => {
61
61
consoleMessages . push ( message ) ;
62
62
} ) ;
63
63
64
- await page . goto ( `http://localhost:${ port } /main ` , {
64
+ await page . goto ( `http://localhost:${ port } /` , {
65
65
waitUntil : "networkidle0" ,
66
66
} ) ;
67
67
@@ -96,7 +96,7 @@ describe("server and client transport", () => {
96
96
consoleMessages . push ( message ) ;
97
97
} ) ;
98
98
99
- await page . goto ( `http://localhost:${ port } /main ` , {
99
+ await page . goto ( `http://localhost:${ port } /` , {
100
100
waitUntil : "networkidle0" ,
101
101
} ) ;
102
102
@@ -129,7 +129,7 @@ describe("server and client transport", () => {
129
129
consoleMessages . push ( message ) ;
130
130
} ) ;
131
131
132
- await page . goto ( `http://localhost:${ port } /main ` , {
132
+ await page . goto ( `http://localhost:${ port } /` , {
133
133
waitUntil : "networkidle0" ,
134
134
} ) ;
135
135
@@ -164,7 +164,7 @@ describe("server and client transport", () => {
164
164
consoleMessages . push ( message ) ;
165
165
} ) ;
166
166
167
- await page . goto ( `http://localhost:${ port } /main ` , {
167
+ await page . goto ( `http://localhost:${ port } /` , {
168
168
waitUntil : "networkidle0" ,
169
169
} ) ;
170
170
@@ -200,7 +200,7 @@ describe("server and client transport", () => {
200
200
consoleMessages . push ( message ) ;
201
201
} ) ;
202
202
203
- await page . goto ( `http://localhost:${ port } /main ` , {
203
+ await page . goto ( `http://localhost:${ port } /` , {
204
204
waitUntil : "networkidle0" ,
205
205
} ) ;
206
206
@@ -238,7 +238,7 @@ describe("server and client transport", () => {
238
238
consoleMessages . push ( message ) ;
239
239
} ) ;
240
240
241
- await page . goto ( `http://localhost:${ port } /main ` , {
241
+ await page . goto ( `http://localhost:${ port } /` , {
242
242
waitUntil : "networkidle0" ,
243
243
} ) ;
244
244
@@ -274,7 +274,7 @@ describe("server and client transport", () => {
274
274
consoleMessages . push ( message ) ;
275
275
} ) ;
276
276
277
- await page . goto ( `http://localhost:${ port } /main ` , {
277
+ await page . goto ( `http://localhost:${ port } /` , {
278
278
waitUntil : "networkidle0" ,
279
279
} ) ;
280
280
@@ -312,7 +312,7 @@ describe("server and client transport", () => {
312
312
consoleMessages . push ( message ) ;
313
313
} ) ;
314
314
315
- await page . goto ( `http://localhost:${ port } /main ` , {
315
+ await page . goto ( `http://localhost:${ port } /` , {
316
316
waitUntil : "networkidle0" ,
317
317
} ) ;
318
318
@@ -403,7 +403,7 @@ describe("server and client transport", () => {
403
403
consoleMessages . push ( message ) ;
404
404
} ) ;
405
405
406
- await page . goto ( `http://localhost:${ port } /main ` , {
406
+ await page . goto ( `http://localhost:${ port } /` , {
407
407
waitUntil : "networkidle0" ,
408
408
} ) ;
409
409
@@ -439,7 +439,7 @@ describe("server and client transport", () => {
439
439
consoleMessages . push ( message ) ;
440
440
} ) ;
441
441
442
- await page . goto ( `http://localhost:${ port } /main ` , {
442
+ await page . goto ( `http://localhost:${ port } /` , {
443
443
waitUntil : "networkidle0" ,
444
444
} ) ;
445
445
@@ -475,7 +475,7 @@ describe("server and client transport", () => {
475
475
consoleMessages . push ( message ) ;
476
476
} ) ;
477
477
478
- await page . goto ( `http://localhost:${ port } /main ` , {
478
+ await page . goto ( `http://localhost:${ port } /` , {
479
479
waitUntil : "networkidle0" ,
480
480
} ) ;
481
481
@@ -513,7 +513,7 @@ describe("server and client transport", () => {
513
513
consoleMessages . push ( message ) ;
514
514
} ) ;
515
515
516
- await page . goto ( `http://localhost:${ port } /main ` , {
516
+ await page . goto ( `http://localhost:${ port } /` , {
517
517
waitUntil : "networkidle0" ,
518
518
} ) ;
519
519
0 commit comments