Skip to content

Commit

Permalink
Fix the build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnasambu committed Dec 19, 2024
1 parent 8a08a4b commit d0a4e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/esm-service-queues-app/src/home.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe('Home Component', () => {
window.location = { pathname: '/some-path/screen' } as Location;

render(<Home />);
expect(screen.getByText(/patients currently in queue/i)).toBeInTheDocument();
expect(screen.getByText(/active visit/i)).toBeInTheDocument();

window.location = originalLocation;
});
Expand Down

0 comments on commit d0a4e5b

Please sign in to comment.