This commit is contained in:
Kulbhushan Kaushik 2023-01-20 13:30:07 -05:00
parent f5c02b4f0e
commit 3b8ec45c79

View file

@ -15,7 +15,7 @@ describe("Router", () => {
it("Should push next view when navigating locally", () => {
let scenario = navigationScenarios.WELCOME_PAGE;
let scenario = navigationScenarios.CLICKED_FORWARD_WELCOME_PAGE;
let currentRoute = { query: { issPage: issPageValues.WELCOME_PAGE }};
router.push = jest.fn();