Record slice 7 B-C recheck after later slices drifted climate and dress paths.

Adds a weather-drop walk test so a jacket is not teleported onto the body; PE change regressions already red on main stay open.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Leonid Pershin
2026-08-20 16:17:45 +03:00
co-authored by Cursor
parent 505bcc6912
commit 118d1815d8
5 changed files with 150 additions and 28 deletions
@@ -142,6 +142,11 @@ describe('renderPersonCard', () => {
expect(root.textContent).toContain(t('peopleHomeCount', { n: 2 }));
expect(root.textContent).toContain('Учебник · Математика');
root.replaceChildren();
renderPersonCard(root, card({ hasLocker: true }), () => {}, options({ tab: 'carry' }));
expect(root.textContent).toContain(t('peopleLockerYes'));
expect(root.textContent).not.toContain(t('peopleLockerNone'));
tabButton(root, 'now').click();
expect(root.querySelector('[data-card-tab="now"]')?.hasAttribute('hidden')).toBe(false);
});