chain-studio-flow-editor/test
flemming-it 2535c28fce fix: never claim 'not in store' while the store state is unknown
A failed/unloaded store snapshot used to be indistinguishable from
a known-empty store, so every missing capability was labelled 'not
in store' the moment the hub or store endpoint was unreachable — a
wrong claim. storeCapabilities is now nullable (null = unknown):
missing caps then get the plain missing chip with an honest
tooltip, no install offer and no not-in-store claim; the analyzer
message says the store cannot be checked right now (EN+DE). Split
and badge covered by new unit + widget tests.

Signed-off-by: flemming-it <sf@flemming.it>
2026-07-22 14:02:28 +02:00
..
editor_controller_test.dart refactor: rename package fai_studio_flow_editor -> chain_studio_flow_editor 2026-06-16 17:47:59 +02:00
fix_dialog_test.dart refactor: rename package fai_studio_flow_editor -> chain_studio_flow_editor 2026-06-16 17:47:59 +02:00
flow_analyzer_test.dart feat: honest install badge — classify store resolvability before the click 2026-07-22 13:42:11 +02:00
flow_graph_test.dart refactor: rename package fai_studio_flow_editor -> chain_studio_flow_editor 2026-06-16 17:47:59 +02:00
flow_list_project_test.dart feat: project separation in the flow list (0.25.0) 2026-07-22 13:56:29 +02:00
flow_node_test.dart refactor: rename package fai_studio_flow_editor -> chain_studio_flow_editor 2026-06-16 17:47:59 +02:00
flow_project_test.dart feat: project separation in the flow list (0.25.0) 2026-07-22 13:56:29 +02:00
flow_yaml_controller_test.dart refactor: rename package fai_studio_flow_editor -> chain_studio_flow_editor 2026-06-16 17:47:59 +02:00
inline_approval_test.dart refactor: rename package fai_studio_flow_editor -> chain_studio_flow_editor 2026-06-16 17:47:59 +02:00
missing_modules_badge_test.dart fix: never claim 'not in store' while the store state is unknown 2026-07-22 14:02:28 +02:00