Files
vscode/src/vs/sessions/test/e2e/scenarios/generated/02-chat-with-changes.commands.json
Osvaldo Ortega cb162a431b Test updates
2026-03-05 17:05:34 -08:00

49 lines
1.0 KiB
JSON

{
"scenario": "Scenario: Chat message with file changes shows change count",
"generatedAt": "2026-03-06T00:54:38.959Z",
"steps": [
{
"description": "Type \"build the project\" in the chat input",
"commands": [
"click e155",
"type \"build the project\""
]
},
{
"description": "Press Enter to submit",
"commands": [
"press Enter"
]
},
{
"description": "Verify there is a response in the chat",
"commands": [
"snapshot",
"# ASSERT_VISIBLE: I'll help you build the project. Here are the changes:"
]
},
{
"description": "Verify a change count appears in the session list",
"commands": [
"snapshot",
"# ASSERT_VISIBLE: +23"
]
},
{
"description": "Toggle the secondary side bar",
"commands": [
"click e190"
]
},
{
"description": "Make sure the changes list shows the file diffs",
"commands": [
"snapshot",
"# ASSERT_VISIBLE: build.ts",
"# ASSERT_VISIBLE: config.ts",
"# ASSERT_VISIBLE: package.json"
]
}
]
}