From 3519e90ffdec61589359f44556994f42492fffd8 Mon Sep 17 00:00:00 2001 From: Chi Kei Chan Date: Wed, 17 Apr 2019 20:11:04 -0700 Subject: 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 --- test/integration/lib/send-new-ui.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/integration/lib/send-new-ui.js') 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') -- cgit