mirror of
https://github.com/strapi/strapi.git
synced 2025-07-29 11:58:29 +00:00
ML: Update header test
This commit is contained in:
parent
4597591f08
commit
efad0452d6
@ -95,7 +95,7 @@ describe('Header', () => {
|
||||
});
|
||||
|
||||
test('does not render a back button at the root level of the media library', () => {
|
||||
const { queryByText } = setup({ folder: { ...FIXTURE_FOLDER, parent: null } });
|
||||
const { queryByText } = setup({ folder: null });
|
||||
|
||||
expect(queryByText('Back')).not.toBeInTheDocument();
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user