aboutsummaryrefslogtreecommitdiffstats
path: root/test
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 /test
parented23801490dfd6a1c0f162f9887e50686bb7f20d (diff)
downloadtangerine-wallet-browser-3519e90ffdec61589359f44556994f42492fffd8.tar
tangerine-wallet-browser-3519e90ffdec61589359f44556994f42492fffd8.tar.gz
tangerine-wallet-browser-3519e90ffdec61589359f44556994f42492fffd8.tar.bz2
tangerine-wallet-browser-3519e90ffdec61589359f44556994f42492fffd8.tar.lz
tangerine-wallet-browser-3519e90ffdec61589359f44556994f42492fffd8.tar.xz
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 'test')
-rw-r--r--test/integration/lib/send-new-ui.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/integration/lib/send-new-ui.js b/test/integration/lib/send-new-ui.js
index d4c14392f..6a58611d1 100644
--- a/test/integration/lib/send-new-ui.js
+++ b/test/integration/lib/send-new-ui.js
@@ -50,9 +50,6 @@ async function runSendFlowTest (assert, done) {
const sendTitle = await queryAsync($, '.page-container__title')
assert.equal(sendTitle[0].textContent, 'Send ETH', 'Send screen title is correct')
- const sendCopy = await queryAsync($, '.page-container__subtitle')
- assert.equal(sendCopy[0].textContent, 'Only send ETH to an Ethereum address.', 'Send screen has copy')
-
const sendFromField = await queryAsync($, '.send-v2__form-field')
assert.ok(sendFromField[0], 'send screen has a from field')