Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur791004 authored and zaguiini committed Dec 24, 2024
1 parent 1384183 commit bba7f80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe( 'Onboarding Flow', () => {
},
} );

expect( window.location.assign ).toHaveBeenCalledWith( '/start/do-it-for-me' );
expect( getFlowLocation().path ).toBe( '/difmStartingPoint' );
} );

it( 'should navigate to designSetup step for other intents', async () => {
Expand Down

0 comments on commit bba7f80

Please sign in to comment.