test(graph): add directional hint contract in graph legend
This commit is contained in:
parent
65b59a11f7
commit
2d74fed039
2 changed files with 7 additions and 0 deletions
|
|
@ -58,6 +58,9 @@ test('extracted graph section has viewport and legend', async () => {
|
|||
assert.match(graphSection, /blockerAnalysis/, 'should show blocker stats');
|
||||
assert.match(graphSection, /hideClosed/, 'should support hideClosed state in legend');
|
||||
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');
|
||||
});
|
||||
|
||||
test('graph node card supports tooltips and actionable glow', async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue