forked from Github/frigate
Always show recording link even if recordings are currently disabled (#2787)
* Always show recording link even if recordings are currently disabled * Fix test to consider all cameras to have recording link
This commit is contained in:
committed by
Blake Blackshear
parent
ebdfbfe96c
commit
5627b66a6e
@@ -46,7 +46,7 @@ describe('Cameras Route', () => {
|
||||
|
||||
expect(screen.queryByLabelText('Loading…')).not.toBeInTheDocument();
|
||||
|
||||
expect(screen.queryAllByText('Recordings')).toHaveLength(1);
|
||||
expect(screen.queryAllByText('Recordings')).toHaveLength(2);
|
||||
});
|
||||
|
||||
test('buttons toggle detect, clips, and snapshots', async () => {
|
||||
|
||||
Reference in New Issue
Block a user