Skip to content

Commit 3a17457

Browse files
chore(checklist): auto-update coverage summary [skip ci]
1 parent 20eee64 commit 3a17457

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

β€ŽQA-CHECKLIST.mdβ€Ž

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -767,8 +767,8 @@
767767
| `mcp/client/` | 12 | 10 | 0 | 0 | 2 |
768768
| `mcp/server/` | 7 | 5 | 1 | 0 | 1 |
769769
| `ui-ux/` β€” Canvas | 44 | 7 | 36 | 1 | 0 |
770-
| `ui-ux/` β€” Settings | 7 | 3 | 3 | 1 | 0 |
771-
| **TOTAL** | **452** | **333 (74%)** | **107 (24%)** | **6 (1%)** | **6 (1%)** |
770+
| `ui-ux/` β€” Settings | 7 | 6 | 0 | 1 | 0 |
771+
| **TOTAL** | **452** | **336 (74%)** | **104 (23%)** | **6 (1%)** | **6 (1%)** |
772772

773773
> Note: `Validated [x]` counts checklist bullets, not `test()` calls. The
774774
> `@stable` tag is per-`test()`, and a single `@stable` test may map to
@@ -784,7 +784,7 @@
784784

785785
### 🟒 Phase 0 β€” Validated
786786

787-
> 356 `test()` calls carrying the `@stable` tag, distributed across 146 spec
787+
> 365 `test()` calls carrying the `@stable` tag, distributed across 150 spec
788788
> files. Run weekly by the stable workflow. New specs are merged with all
789789
> tests tagged `@stable`; the tag is removed per-test during weekly triage
790790
> when a failure is classified as a test bug β€” so a spec may end up with a
@@ -1169,7 +1169,16 @@
11691169
- [x] create a Generic type global variable β†’ `global-variables-crud.spec.ts`
11701170
- [x] delete a global variable removes it from the list β†’ `global-variables-crud.spec.ts`
11711171
- [x] Credential variable value is hidden from the variable list β†’ `global-variables-crud.spec.ts`
1172+
- [x] LangflowShortcuts β†’ `langflowShortcuts.spec.ts`
11721173
- [x] User should be able to interact notifications tab β†’ `notifications.spec.ts`
1174+
- [x] Settings General section loads and shows its header β†’ `settings-general-section.spec.ts`
1175+
- [x] Settings Messages section is accessible β†’ `settings-general-section.spec.ts`
1176+
- [x] Settings Shortcuts section is accessible and lists shortcuts β†’ `settings-general-section.spec.ts`
1177+
- [x] Settings > Messages displays sent messages in correct order with working filters β†’ `settings-message-history.spec.ts`
1178+
- [x] user can access Settings page from the profile menu β†’ `settings-navigation.spec.ts`
1179+
- [x] Settings page shows all main sections in sidebar navigation β†’ `settings-navigation.spec.ts`
1180+
- [x] Settings Shortcuts section lists keyboard shortcuts β†’ `settings-navigation.spec.ts`
1181+
- [x] Settings Model Providers section loads with provider configuration β†’ `settings-navigation.spec.ts`
11731182
- [x] dark and light mode toggle correctly updates the body class β†’ `settings-theme-toggle.spec.ts`
11741183

11751184
---
@@ -1204,4 +1213,4 @@
12041213
| `flow-functionality/` | 1 | 0 |
12051214
| `core-functionality/project-management/` | 7 | 0 |
12061215
| `core-functionality/templates/` | 39 | 0 |
1207-
| `ui-ux/` β€” Settings | 3 | 0 |
1216+
| `ui-ux/` β€” Settings | 0 | 0 |

0 commit comments

Comments
Β (0)