You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/element-demo/test/e2e/README.md
+29-8Lines changed: 29 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,17 +17,17 @@ The current suite is stabilized for **ESM mode** and validates delivery/author u
17
17
18
18
## ESM Follow-up Backlog
19
19
20
-
Recent ESM parity hardening completed:
20
+
Recent hardening completed:
21
21
22
-
- Fixed `number-line` update-depth runtime loop in demo integration and removed its baseline runtime ignore.
23
-
- Fixed `placement-ordering` ESM delivery model-shape mismatch by requiring controller-built view model before rendering in placement-ordering ESM delivery.
24
-
- Tightened evaluate-path assertions for fallback-heavy phase1/baseline elements (`graphing`, `graphing-solution-set`, `charting`, `fraction-model`, `placement-ordering`) while keeping the baseline matrix stable.
22
+
- Strengthened session-mutation assertions in phase/baseline tests to require measurable session deltas for interaction-driven cases.
23
+
- Tightened evaluate-path checks to prefer explicit scoring/correct-answer signals and reduced silent interaction retries.
24
+
- Expanded demo-path coverage with dedicated demo-variant checks (`multiple-choice` multi-demo matrix and `number-line` default + `basic-points`).
25
+
- Added broader source/author-to-delivery propagation coverage across multiple element families (`multiple-choice`, `simple-cloze`, `explicit-constructed-response`).
25
26
26
-
Remaining hardening work intentionally tracked for later:
27
+
Current status:
27
28
28
-
- Increase strict session-mutation guarantees for elements still treated as interaction-only in dedicated specs.
29
-
- Expand element coverage across additional demos (beyond one representative demo path per element) for broader regression detection.
30
-
- Add broader author-to-delivery propagation checks so source/config changes are validated consistently across more elements.
29
+
- No intentional ESM follow-up backlog items remain from the previous tracking list.
30
+
- Further additions are now incremental coverage improvements rather than parity blockers.
31
31
32
32
## Overview
33
33
@@ -105,6 +105,27 @@ Dedicated text-response coverage and hardening for existing deep specs:
0 commit comments