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:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user