aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/pages/send/send-header/tests/send-header-component.test.js
diff options
context:
space:
mode:
authorChi Kei Chan <chikeichan@gmail.com>2019-04-18 11:11:04 +0800
committerDan J Miller <danjm.com@gmail.com>2019-04-18 11:11:04 +0800
commit3519e90ffdec61589359f44556994f42492fffd8 (patch)
treec406c627b2b750259535a092a9fd3d721ca12788 /ui/app/pages/send/send-header/tests/send-header-component.test.js
parented23801490dfd6a1c0f162f9887e50686bb7f20d (diff)
downloadtangerine-wallet-browser-3519e90ffdec61589359f44556994f42492fffd8.tar.gz
tangerine-wallet-browser-3519e90ffdec61589359f44556994f42492fffd8.tar.zst
tangerine-wallet-browser-3519e90ffdec61589359f44556994f42492fffd8.zip
Make height consistent on all row in send-content (#6480)
* Update all send-content row to 54px height * Remove header subtitle * Remove tests that check for send screen subheader
Diffstat (limited to 'ui/app/pages/send/send-header/tests/send-header-component.test.js')
-rw-r--r--ui/app/pages/send/send-header/tests/send-header-component.test.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/app/pages/send/send-header/tests/send-header-component.test.js b/ui/app/pages/send/send-header/tests/send-header-component.test.js
index 4a5575e9f..91ac7e343 100644
--- a/ui/app/pages/send/send-header/tests/send-header-component.test.js
+++ b/ui/app/pages/send/send-header/tests/send-header-component.test.js
@@ -57,10 +57,8 @@ describe('SendHeader Component', function () {
it('should pass the correct props to PageContainerHeader', () => {
const {
onClose,
- subtitle,
title,
} = wrapper.find(PageContainerHeader).props()
- assert.equal(subtitle, 'mockSubtitleKeymockVal')
assert.equal(title, 'mockTitleKey')
assert.equal(SendHeader.prototype.onClose.callCount, 0)
onClose()