mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 00:02:31 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user