fix session links profile filtering (#979)

This commit is contained in:
ekko
2026-05-24 19:30:32 +08:00
committed by GitHub
parent acdf18793c
commit 6763721545
11 changed files with 13 additions and 23 deletions
+1 -1
View File
@@ -32,6 +32,6 @@ test('session rows expose native session links', async ({ page }) => {
await page.goto('/#/hermes/chat')
const sessionLink = page.locator('.session-items a.session-item').first()
await expect(sessionLink).toHaveAttribute('href', '#/hermes/session/session-native-1?profile=research')
await expect(sessionLink).toHaveAttribute('href', '#/hermes/session/session-native-1')
await expect(sessionLink).toContainText('Native Link Session')
})