Path: blob/main/src/vs/sessions/test/e2e/scenarios/generated/04-navigate-sessions.commands.json
13405 views
{1"scenario": "Scenario: Navigate between sessions and verify history loads",2"generatedAt": "2026-03-06T04:56:01.957Z",3"steps": [4{5"description": "Type \"explain the code\"",6"commands": [7"click textbox \"Chat input\"",8"type \"explain the code\""9]10},11{12"description": "Press Enter to submit",13"commands": [14"click textbox \"Chat input\"",15"press Enter"16]17},18{19"description": "Verify there is a chat response",20"commands": [21"# ASSERT_VISIBLE: This project has a simple structure with a main entry point and utility functions."22]23},24{25"description": "Click button \"New Session\"",26"commands": [27"click button \"New Session\""28]29},30{31"description": "Type \"build the project\" in the chat input",32"commands": [33"click textbox \"Chat input\"",34"type \"build the project\""35]36},37{38"description": "Press Enter to submit",39"commands": [40"click textbox \"Chat input\"",41"press Enter"42]43},44{45"description": "Verify there is a chat response",46"commands": [47"# ASSERT_VISIBLE: I'll help you build the project. Here are the changes:"48]49},50{51"description": "Click on a different session in the sessions list",52"commands": [53"click listitem \"explain the code\""54]55},56{57"description": "Verify the session changed and the content in the chat is different",58"commands": [59"# ASSERT_VISIBLE: explain the code",60"# ASSERT_VISIBLE: This project has a simple structure with a main entry point and utility functions."61]62}63]64}656667