From 9a2a9cf5f4d13e2bc9bb0bd997ecd22ec5241b4b Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Wed, 29 Mar 2017 17:10:19 -0300 Subject: [#932] Makes back link a button --- .../user_recovery_code_form/user_recovery_code_form.spec.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'web-ui/src/account_recovery/user_recovery_code_form/user_recovery_code_form.spec.js') diff --git a/web-ui/src/account_recovery/user_recovery_code_form/user_recovery_code_form.spec.js b/web-ui/src/account_recovery/user_recovery_code_form/user_recovery_code_form.spec.js index cb6998c8..6ecb22e4 100644 --- a/web-ui/src/account_recovery/user_recovery_code_form/user_recovery_code_form.spec.js +++ b/web-ui/src/account_recovery/user_recovery_code_form/user_recovery_code_form.spec.js @@ -44,9 +44,4 @@ describe('UserRecoveryCodeForm', () => { userRecoveryCodeForm.find('BackLink').simulate('click'); expect(mockPrevious).toHaveBeenCalled(); }); - - it('returns to previous step on key down', () => { - userRecoveryCodeForm.find('BackLink').simulate('keyDown'); - expect(mockPrevious).toHaveBeenCalled(); - }); }); -- cgit v1.2.3