summaryrefslogtreecommitdiff
path: root/web-ui/test
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/test')
-rw-r--r--web-ui/test/spec/account_recovery/page.spec.js (renamed from web-ui/test/spec/account_recovery/account_recovery.spec.js)4
1 files changed, 2 insertions, 2 deletions
diff --git a/web-ui/test/spec/account_recovery/account_recovery.spec.js b/web-ui/test/spec/account_recovery/page.spec.js
index eaff257b..f550a51e 100644
--- a/web-ui/test/spec/account_recovery/account_recovery.spec.js
+++ b/web-ui/test/spec/account_recovery/page.spec.js
@@ -3,9 +3,9 @@ import expect from 'expect'
import React from 'react'
import Page from '../../../app/js/account_recovery/page'
-describe('test', () => {
+describe('Page', () => {
'use strict';
- it('react', () => {
+ it('renders backup email page title', () => {
const page = shallow(<Page />);
expect(page.find('h1').text()).toEqual('E se vocĂȘ esquecer sua senha?');
});