open-design/apps/web/tests
Nagendhra Madishetti 661d11e60b
fix(web): confirm before clearing the saved Composio API key (#877)
The Clear button on Settings → Connectors removed the daemon-stored
Composio key in a single click with no recovery — a stray click
wiped a credential the user had to fetch back from app.composio.dev.

Wrap the existing onClick in window.confirm() matching the same
pattern the codebase already uses for destructive actions
(conversation delete, design delete, FileWorkspace file delete,
and the Media providers Clear button shipped alongside this in
issue #737). The prompt copy stays in English to match the rest
of the Composio section, which is hardcoded English today.

Updated the existing 'clears a saved Composio key' test to
auto-accept the prompt, plus added a sibling test asserting that
dismissing the prompt leaves the daemon-stored key intact in the
saved payload.

Co-authored-by: Nagendhra <nagendhra405@gmail.com>
2026-05-08 12:39:04 +08:00
..
artifacts chore: enforce test directory conventions (#496) 2026-05-05 15:34:22 +08:00
components fix(web): confirm before clearing the saved Composio API key (#877) 2026-05-08 12:39:04 +08:00
edit-mode Implement manual edit mode (#620) 2026-05-06 16:13:52 +08:00
i18n feat(i18n): add Indonesian locale 2026-05-07 16:48:05 +08:00
providers feat: support Cloudflare Pages custom domains (#851) 2026-05-08 11:11:22 +08:00
runtime fix(web): add alert when pdf export popup is blocked (#664) 2026-05-07 18:39:42 +08:00
state fix: add DeepSeek v4 models to catalog (#722) 2026-05-07 15:55:41 +08:00
utils feat[qoder cli] add Qoder CLI agent support (#626) 2026-05-06 19:54:03 +08:00
comments.test.ts Add Tweaks mode for HTML previews with picker, pod selection, and batched chat attachments (#513) 2026-05-05 21:09:20 +08:00
quickSwitcherRecents.test.ts feat(web): add Cmd/Ctrl+P quick file switcher (#556) 2026-05-06 10:31:50 +08:00
sidecar-proxy.test.ts Migrate beta release publishing to R2 (#805) 2026-05-07 19:13:52 +08:00