Test update

Signed-off-by: Eric Voshall <6836155+ericvoshall@users.noreply.github.com>
This commit is contained in:
Eric Voshall
2022-05-16 10:23:57 -04:00
parent 9f72bbc490
commit b83fbbf42e
@@ -88,8 +88,8 @@ describe('TemplateListPage', () => {
{ mountedRoutes: { '/': rootRouteRef } },
);
expect(getByRole('menuitem', { name: 'All 0' })).toBeInTheDocument();
expect(getByRole('menuitem', { name: 'Starred 0' })).toBeInTheDocument();
expect(getByRole('menuitem', { name: /All/ })).toBeInTheDocument();
expect(getByRole('menuitem', { name: /Starred/ })).toBeInTheDocument();
});
it('should render the category picker', async () => {