Skip to content

Commit 2a9dabe

Browse files
committed
test(web): update select URL expectation
1 parent 69cedab commit 2a9dabe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/app/tests/docker-git/app-ready-url.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,14 @@ describe("app ready URL state", () => {
105105
})).toBe("/ssh/octocat/hello-world?t=session-1")
106106
})
107107

108-
it("renders SSH project selection as a project terminal list deep link", () => {
108+
it("renders SSH project selection as a readable Select project deep link", () => {
109109
expect(readyUrlPath({
110110
activeScreen: { tag: "ProjectPicker" },
111111
activeTerminalSession: null,
112112
currentMenu: "Select",
113113
selectedProjectId: "project-1",
114114
selectedProjectSummary
115-
})).toBe("/ssh/octocat/hello-world")
115+
})).toBe("/select/octocat/hello-world")
116116
})
117117

118118
it("parses project tab URLs back into app navigation state", () => {

0 commit comments

Comments
 (0)