Update tests/guards/graph-responsive-contract.test.mjs

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
zenchantlive 2026-02-12 23:49:24 -08:00 committed by GitHub
parent c0d61354ed
commit 3795cf1991
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,7 +60,7 @@ test('extracted graph section has viewport and legend', async () => {
assert.match(graphSection, /!hideClosed/, 'done legend should be hidden when closed items are hidden');
assert.match(graphSection, /Read left to right/, 'legend should include plain directional hint');
assert.match(graphSection, /Left = blockers/, 'legend should include left/right dependency meaning');
assert.match(graphSection, /Right = work this task unblocks/, 'legend should include downstream meaning');
assert.match(graphSection, /Right = work unblocked by this task/, 'legend should include downstream meaning');
});
test('graph node card supports tooltips and actionable glow', async () => {