summaryrefslogtreecommitdiff
path: root/web-ui/src/common/header/header.spec.js
diff options
context:
space:
mode:
authorSriram Viswanathan <sriramv@thoughtworks.com>2017-03-22 16:26:50 -0300
committerSriram Viswanathan <sriramv@thoughtworks.com>2017-03-23 17:16:40 -0300
commitc56bf133feddfcfed9487c16229138fcdb046983 (patch)
tree44ebc2038d66c81b7b5a6911c3cd429cb7ef3ee1 /web-ui/src/common/header/header.spec.js
parentfc074ea9f9b7cd6708a5a878a7b56a4d76a9124e (diff)
|#973| Thais + Sriram | Adds logout component to be shown on the header
Diffstat (limited to 'web-ui/src/common/header/header.spec.js')
-rw-r--r--web-ui/src/common/header/header.spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/src/common/header/header.spec.js b/web-ui/src/common/header/header.spec.js
index 82e29e1c..e5004bcc 100644
--- a/web-ui/src/common/header/header.spec.js
+++ b/web-ui/src/common/header/header.spec.js
@@ -12,6 +12,6 @@ describe('Header', () => {
});
it('renders the header content', () => {
- expect(header.find('header').text()).toContain('logout');
+ expect(header.find('header').text()).toContain('Logout');
});
});