feat: add closed page component and update navigation paths for chat support
This commit is contained in:
@@ -25,5 +25,5 @@ async function loadCloseNavigation() {
|
||||
test("standalone close navigates to the non-bootstrapping closed page", async () => {
|
||||
const { getStandaloneClosedUrl } = await loadCloseNavigation()
|
||||
|
||||
assert.equal(getStandaloneClosedUrl(), "/support/closed")
|
||||
assert.equal(getStandaloneClosedUrl(), "/support/chat/closed")
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user