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
- PASS: Initial branch was `bravo/26177-text-to-speech`.
5
+
- PASS: Work stayed on the active Bravo branch; main was not checked out.
6
+
- PASS: No `start_of_day` folders were modified.
7
+
8
+
## Scope Summary
9
+
- Deleted the broken Text To Speech seed profile set from the server/runtime seed path.
10
+
- Removed the broken `Neutral` emotion seed and removed hidden default Neutral/profile creation in the TTS runtime helpers.
11
+
- Preserved guest browsing and guest save redirect behavior to `account/sign-in.html`.
12
+
- Updated targeted TTS, Messages API, seed integrity, and impacted Playwright specs to expect explicit working test profiles instead of broken seed records.
13
+
14
+
## Removed Invalid Profiles / Emotions
15
+
-`Default Balanced Profile`: removed from server-side TTS seed inventory and browser runtime default profile helper output.
16
+
-`Hero`: remains absent from the TTS seed/runtime profile set and is asserted absent in TTS Playwright coverage.
17
+
-`Merchant`: remains absent from the TTS seed/runtime profile set and is asserted absent in TTS Playwright coverage.
18
+
-`Neutral`: removed from the Messages emotion seed inventory and from TTS Profile emotion editor defaults/options. Existing `Neutral` voice gender terminology remains because it is a voice filter, not an Emotion Profile record.
19
+
-`Robot`: remains absent from the TTS seed/runtime emotion set and is asserted absent in seed/UI coverage.
- PASS: `node --test --test-name-pattern "Messages Local API seeds" tests/dev-runtime/DbSeedIntegrity.test.mjs` (1/1)
50
+
- BLOCKED: `npx playwright test tests/playwright/tools/TextToSpeechFunctional.spec.mjs tests/playwright/tools/MessagesTool.spec.mjs tests/playwright/tools/EventsTool.spec.mjs --project=playwright`
51
+
- Browser launch failed before page code ran because Chromium is missing at `C:\Users\davidq\AppData\Local\ms-playwright\chromium-1217\chrome-win64\chrome.exe`.
52
+
53
+
## Manual Validation Notes
54
+
- Reviewed seed/runtime references for `Default Balanced Profile`, `Hero`, `Merchant`, `Neutral`, and `Robot`.
55
+
- Remaining `Neutral` source references are limited to voice gender/filter terminology, negative absence assertions, or descriptive prose for the `Calm` seed.
56
+
- Playwright manual UI validation was not possible in this environment because the local Playwright Chromium binary is missing.
57
+
58
+
## Known Issues
59
+
- Playwright browser validation remains blocked until the local Chromium browser is installed for this Playwright version.
0 commit comments