use actual server address

This commit is contained in:
Yury Semikhatsky 2024-11-06 16:48:38 -08:00
parent 985c69d5c3
commit cfc34b3c39

View file

@ -1399,7 +1399,7 @@ fixture | fixture: page
pw:api | browserContext.newPage
test.step |custom step @ a.test.ts:4
pw:api | page.route @ a.test.ts:5
pw:api | page.goto(http://localhost:8907/empty.html) @ a.test.ts:11
pw:api | page.goto(${server.EMPTY_PAGE}) @ a.test.ts:11
pw:api | apiResponse.text @ a.test.ts:7
expect | expect.toBe @ a.test.ts:8
hook |After Hooks