diff --git a/examples/chat/angular/e2e/control-palette.spec.ts b/examples/chat/angular/e2e/control-palette.spec.ts index 358471b8f..fe8397b54 100644 --- a/examples/chat/angular/e2e/control-palette.spec.ts +++ b/examples/chat/angular/e2e/control-palette.spec.ts @@ -23,7 +23,7 @@ test('control palette: toolbar renders defaults and persists selected controls', // chat-select trigger displays the option's label as text, not the value. await expect(toolbarSelect(page, 'Model')).toHaveText(/gpt-5-mini/); await expect(toolbarSelect(page, 'Effort')).toHaveText(/minimal \(fast\)/); - await expect(toolbarSelect(page, 'Gen UI')).toHaveText(/A2UI v1-compatible/); + await expect(toolbarSelect(page, 'Gen UI')).toHaveText(/A2UI/); await expect(toolbarSelect(page, 'Theme')).toHaveText(/Default dark/); await selectToolbarOption(page, 'Model', 'gpt-5-nano'); diff --git a/examples/chat/angular/e2e/debug-devtools.spec.ts b/examples/chat/angular/e2e/debug-devtools.spec.ts index ef438b93a..1f3d19fe8 100644 --- a/examples/chat/angular/e2e/debug-devtools.spec.ts +++ b/examples/chat/angular/e2e/debug-devtools.spec.ts @@ -21,13 +21,16 @@ test('chat-debug devtools: opens from the sidenav with accessible controls and c }); test.describe('chat-debug × chat-sidebar coexistence', () => { - test('sidebar launcher remains reachable while chat-debug is open', async ({ + test('sidebar surface remains reachable while chat-debug is open', async ({ page, }) => { await openDemo(page, '/sidebar'); await expect(page.locator('chat-sidebar')).toBeAttached(); - // Open chat-debug from the sidenav footer. + // Sidebar mode auto-opens its panel on entry. With the panel open the + // launcher is hidden by design (its close button on the panel handles + // dismissal). Verify the open chat-sidebar surface stays reachable + // (its close button is visible) while chat-debug is open. await openChatDevtools(page); // Debug auto-picks bottom dock because is present. @@ -40,22 +43,14 @@ test.describe('chat-debug × chat-sidebar coexistence', () => { 'bottom' ); - // Sidebar launcher remains visible (the bottom dock did not cover it). - // Click the actual