diff --git a/frontend/src/routes/admin/EntityNav.svelte.test.ts b/frontend/src/routes/admin/EntityNav.svelte.test.ts index ec94cc41..af809408 100644 --- a/frontend/src/routes/admin/EntityNav.svelte.test.ts +++ b/frontend/src/routes/admin/EntityNav.svelte.test.ts @@ -97,30 +97,37 @@ describe('EntityNav', () => { expect(mintIcons.length).toBeGreaterThan(0); }); - it('opens the flyout on tablet trigger button click', async () => { + it('opens the flyout dialog when a tablet section trigger is clicked', async () => { mockPage.url = new URL('http://localhost/admin/users'); const EntityNav = await loadComponent(); render(EntityNav, { props: baseProps() }); - // The tablet flyout triggers are the section buttons (not links) + // The first