Update mcp.test.ts
This commit is contained in:
@@ -1586,13 +1586,13 @@ describe('MCP Server Tests', () => {
|
|||||||
expect(normalized).toMatchInlineSnapshot(`
|
expect(normalized).toMatchInlineSnapshot(`
|
||||||
{
|
{
|
||||||
"cssLayoutViewport": {
|
"cssLayoutViewport": {
|
||||||
"clientHeight": 720,
|
"clientHeight": 528,
|
||||||
"clientWidth": 1280,
|
"clientWidth": 1280,
|
||||||
"pageX": 0,
|
"pageX": 0,
|
||||||
"pageY": 0,
|
"pageY": 0,
|
||||||
},
|
},
|
||||||
"cssVisualViewport": {
|
"cssVisualViewport": {
|
||||||
"clientHeight": 720,
|
"clientHeight": 528,
|
||||||
"clientWidth": 1280,
|
"clientWidth": 1280,
|
||||||
"offsetX": 0,
|
"offsetX": 0,
|
||||||
"offsetY": 0,
|
"offsetY": 0,
|
||||||
@@ -1603,13 +1603,13 @@ describe('MCP Server Tests', () => {
|
|||||||
},
|
},
|
||||||
"devicePixelRatio": 1,
|
"devicePixelRatio": 1,
|
||||||
"layoutViewport": {
|
"layoutViewport": {
|
||||||
"clientHeight": 720,
|
"clientHeight": 528,
|
||||||
"clientWidth": 1280,
|
"clientWidth": 1280,
|
||||||
"pageX": 0,
|
"pageX": 0,
|
||||||
"pageY": 0,
|
"pageY": 0,
|
||||||
},
|
},
|
||||||
"visualViewport": {
|
"visualViewport": {
|
||||||
"clientHeight": 720,
|
"clientHeight": 528,
|
||||||
"clientWidth": 1280,
|
"clientWidth": 1280,
|
||||||
"offsetX": 0,
|
"offsetX": 0,
|
||||||
"offsetY": 0,
|
"offsetY": 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user