Fix ai-vault-panel-search test for updated consent UI

The consent dialog no longer provides a 'Not now' button; only 'Enable'
is available. Removed the test's interaction with the obsolete button
and the input clearing/refilling that followed it.

Also includes E2E failure triage report documenting nine product issues
and their associated Linear tracking.
This commit is contained in:
Jinjing
2026-09-21 15:09:14 -07:00
parent 37dbb6cf6e
commit c0adf0da8c
-3
View File
@@ -53,9 +53,6 @@ test('panel consent enables real local transcript search; clearing restores hist
await testInfo.attach(name, { path: screenshotPath, contentType: 'image/png' })
}
await screenshot('consent.png')
await orcaPage.getByRole('button', { name: 'Not now', exact: true }).click()
await expect(input).toHaveValue('')
await input.fill('nebulariver')
await orcaPage.getByRole('button', { name: 'Enable', exact: true }).click()
// Indexed searches are snapshots; enabling starts indexing independently of the panel.
await expect