File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -408,7 +408,7 @@ Call ${handleDialog.name} to handle it before continuing.`);
408408 }
409409
410410 if ( data . formattedSnapshot ) {
411- response . push ( '## Page content ' ) ;
411+ response . push ( '## Latest page snapshot ' ) ;
412412 response . push ( data . formattedSnapshot ) ;
413413 }
414414
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ exports[`McpResponse > list pages 1`] = `
8888
8989exports[`McpResponse > returns correctly formatted snapshot for a simple tree 1`] = `
9090# test response
91- ## Page content
91+ ## Latest page snapshot
9292uid=1_0 RootWebArea "My test page" url="about:blank"
9393 uid=1_1 button "Click me" focusable focused
9494 uid=1_2 textbox value="Input"
@@ -97,7 +97,7 @@ uid=1_0 RootWebArea "My test page" url="about:blank"
9797
9898exports[`McpResponse > returns values for textboxes 1`] = `
9999# test response
100- ## Page content
100+ ## Latest page snapshot
101101uid=1_0 RootWebArea "My test page" url="about:blank"
102102 uid=1_1 StaticText "username"
103103 uid=1_2 textbox "username" focusable focused value="mcp"
@@ -106,7 +106,7 @@ uid=1_0 RootWebArea "My test page" url="about:blank"
106106
107107exports[`McpResponse > returns verbose snapshot 1`] = `
108108# test response
109- ## Page content
109+ ## Latest page snapshot
110110uid=1_0 RootWebArea "My test page" url="about:blank"
111111 uid=1_1 ignored
112112 uid=1_2 ignored
@@ -118,7 +118,7 @@ uid=1_0 RootWebArea "My test page" url="about:blank"
118118
119119exports[`McpResponse > saves snapshot to file 1`] = `
120120# test response
121- ## Page content
121+ ## Latest page snapshot
122122Saved snapshot to <file>
123123`;
124124
You can’t perform that action at this time.
0 commit comments