fix: align ai agent permission modes

This commit is contained in:
lucaronin
2026-04-30 21:01:09 +02:00
parent 4a03f1675e
commit adcaa8a387
20 changed files with 200 additions and 68 deletions

View File

@@ -70,7 +70,7 @@ describe('TypeCustomizePopover', () => {
expect(screen.getByText('Icon')).toBeInTheDocument()
expect(screen.getByText('Template')).toBeInTheDocument()
expect(screen.getByText('Done')).toBeInTheDocument()
})
}, 10_000)
it('can hide the template and Done controls for inline appearance editing', () => {
renderPopover({ showTemplate: false, showDone: false, surface: 'inline' })