mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
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:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user