Test update
Signed-off-by: Eric Voshall <6836155+ericvoshall@users.noreply.github.com>
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user