mirror of
https://github.com/sartography/spiffworkflow-frontend.git
synced 2025-02-24 12:18:17 +00:00
fixed npm test
This commit is contained in:
parent
a93a2f06c9
commit
59e3ae0fda
@ -8,7 +8,7 @@ test('renders home link', () => {
|
||||
<ProcessBreadcrumb />
|
||||
</BrowserRouter>
|
||||
);
|
||||
const homeElement = screen.getByText(/Home/);
|
||||
const homeElement = screen.getByText(/Process Groups/);
|
||||
expect(homeElement).toBeInTheDocument();
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user