Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(AuthorizedMoreNewsLink.test.tsx): add support for navigation tes…
…ting using userEvent library The test for AuthorizedMoreNewsLink component has been updated to use createMemoryRouter from react-router-dom instead of BrowserRouter for better testing isolation. Additionally, support for navigation testing has been added using the userEvent library to simulate a click event on the More News link and verify navigation to the Mock News Editable Page.
- Loading branch information