fixed npm test

This commit is contained in:
jasquat 2022-09-23 11:48:28 -04:00
parent a93a2f06c9
commit 59e3ae0fda

View File

@ -8,7 +8,7 @@ test('renders home link', () => {
<ProcessBreadcrumb />
</BrowserRouter>
);
const homeElement = screen.getByText(/Home/);
const homeElement = screen.getByText(/Process Groups/);
expect(homeElement).toBeInTheDocument();
});