diff options
author | Tayane Fernandes <tayane.rmf@gmail.com> | 2017-02-09 13:33:30 -0200 |
---|---|---|
committer | Tayane Fernandes <tayane.rmf@gmail.com> | 2017-02-09 13:33:30 -0200 |
commit | 2bfd4b8da51310da0e11d87f64f57990d93d79e0 (patch) | |
tree | b23562755af9703bf1b0d2b2b1c0682839542f0d /web-ui/test | |
parent | b2676a1f407ecf05cb0b511e563d21b4e2a0ee61 (diff) |
[#922] Rename backup account flow
To differentiate between the account recovery flow and the set backup email
flow, we renamed all resources and url to reflect this. with @anikarni
Diffstat (limited to 'web-ui/test')
-rw-r--r-- | web-ui/test/unit/backup_account/page.spec.js (renamed from web-ui/test/unit/account_recovery/page.spec.js) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/test/unit/account_recovery/page.spec.js b/web-ui/test/unit/backup_account/page.spec.js index 6046c5d5..66d2dc78 100644 --- a/web-ui/test/unit/account_recovery/page.spec.js +++ b/web-ui/test/unit/backup_account/page.spec.js @@ -1,7 +1,7 @@ import { shallow } from 'enzyme'; import expect from 'expect'; import React from 'react'; -import { Page } from 'src/account_recovery/page'; +import { Page } from 'src/backup_account/page'; describe('Page', () => { let page; |