From cb2c14b874e0fbb11cb3f33d23392f31ef4531c5 Mon Sep 17 00:00:00 2001 From: "Tommy D. Rossi" Date: Sun, 28 Dec 2025 12:24:50 +0100 Subject: [PATCH] Update mcp.test.ts --- playwriter/src/mcp.test.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/playwriter/src/mcp.test.ts b/playwriter/src/mcp.test.ts index 1021fa9..26a5691 100644 --- a/playwriter/src/mcp.test.ts +++ b/playwriter/src/mcp.test.ts @@ -1586,13 +1586,13 @@ describe('MCP Server Tests', () => { expect(normalized).toMatchInlineSnapshot(` { "cssLayoutViewport": { - "clientHeight": 720, + "clientHeight": 528, "clientWidth": 1280, "pageX": 0, "pageY": 0, }, "cssVisualViewport": { - "clientHeight": 720, + "clientHeight": 528, "clientWidth": 1280, "offsetX": 0, "offsetY": 0, @@ -1603,13 +1603,13 @@ describe('MCP Server Tests', () => { }, "devicePixelRatio": 1, "layoutViewport": { - "clientHeight": 720, + "clientHeight": 528, "clientWidth": 1280, "pageX": 0, "pageY": 0, }, "visualViewport": { - "clientHeight": 720, + "clientHeight": 528, "clientWidth": 1280, "offsetX": 0, "offsetY": 0,