From cfc34b3c39498499bcb73cfd94598f4ba48845e6 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Wed, 6 Nov 2024 16:48:38 -0800 Subject: [PATCH] use actual server address --- tests/playwright-test/test-step.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playwright-test/test-step.spec.ts b/tests/playwright-test/test-step.spec.ts index 1c3dbf5e34..1dfdbe0577 100644 --- a/tests/playwright-test/test-step.spec.ts +++ b/tests/playwright-test/test-step.spec.ts @@ -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