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
|`Robot`| REMOVED | Removed from runtime Emotion Profile seed, TTS profile emotion settings, and TTS emotion authoring options because it was sample/stylized seed data rather than default-safe TTS data. |
22
+
|`Man Profile 1`| REMOVED | Removed unsupported starter profile seed; it did not persist a real gender/voice-filter distinction from Default Balanced. |
23
+
|`Woman Profile 2`| REMOVED | Removed unsupported starter profile seed and its Robot setting. |
24
+
|`Browser Speech Default` / `Narration Preview`| REMOVED | Removed stale static seed inventory names and aligned static seed inventory to the runtime `Default Balanced Profile`. |
|`node --test --test-name-pattern "Messages Local API seeds" tests/dev-runtime/DbSeedIntegrity.test.mjs`| PASS | Targeted Messages seed-integrity case passed. |
50
+
|`node --test tests/dev-runtime/DbSeedIntegrity.test.mjs`| PARTIAL | Targeted Messages seed test passed; two unrelated Local DB snapshot tests still fail on `/api/local-db/snapshot`. |
51
+
|`npx playwright test tests/playwright/tools/TextToSpeechFunctional.spec.mjs tests/playwright/tools/MessagesTool.spec.mjs tests/playwright/tools/EventsTool.spec.mjs --project=playwright`| BLOCKED/FAIL | Browser launch failed before page runtime because Chromium is missing at `C:\Users\davidq\AppData\Local\ms-playwright\chromium-1217\chrome-win64\chrome.exe`. |
52
+
|`git diff --check`| PASS | No whitespace errors. Git warned touched files may be normalized from LF to CRLF when Git writes them. |
53
+
54
+
## Manual Validation Notes
55
+
56
+
- Source inspection confirmed `Default browser voice` remains accepted by the Text To Speech preview resolver when a playable browser voice exists.
57
+
- Source inspection confirmed TTS write actions call session verification before save/delete state mutation.
58
+
- Source inspection confirmed no browser-owned product data, local storage SSoT, governance edits, or `start_of_day` changes were introduced.
59
+
- Playwright browser validation could not complete locally because the configured Chromium binary is missing.
60
+
61
+
## Known Issues
62
+
63
+
- Local Playwright validation remains blocked until Chromium is installed for the configured Playwright version.
64
+
- The broader `DbSeedIntegrity.test.mjs` file still has unrelated Local DB snapshot failures outside the Messages/TTS seed case.
0 commit comments