test: update GraphLegend test for new keyboard shortcuts

Update test to expect "Preview document in-graph" instead of
"Recenter on focused node" for the Enter key, matching the
updated keyboard shortcuts.
This commit is contained in:
Pedram Amini
2026-01-31 18:26:21 -05:00
parent 00378574d5
commit 5e5b101b6b

View File

@@ -158,7 +158,7 @@ describe('GraphLegend', () => {
render(<GraphLegend {...defaultProps} />);
expect(screen.getByText('Enter')).toBeInTheDocument();
expect(screen.getByText('Recenter on focused node')).toBeInTheDocument();
expect(screen.getByText('Preview document in-graph')).toBeInTheDocument();
});
it('displays preview shortcut', () => {