From c0adf0da8c99f367c9801d2c5775cd40b0ea6f24 Mon Sep 17 00:00:00 2001 From: Jinjing <6427696+AmethystLiang@users.noreply.github.com> Date: Mon, 21 Sep 2026 15:09:14 -0700 Subject: [PATCH] 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. --- tests/e2e/ai-vault-panel-search.spec.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/e2e/ai-vault-panel-search.spec.ts b/tests/e2e/ai-vault-panel-search.spec.ts index f24bd389f4c..950b9f5b1ca 100644 --- a/tests/e2e/ai-vault-panel-search.spec.ts +++ b/tests/e2e/ai-vault-panel-search.spec.ts @@ -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