commit
This commit is contained in:
parent
f5c02b4f0e
commit
3b8ec45c79
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue