diff options
Diffstat (limited to 'test/integration/lib/send-new-ui.js')
-rw-r--r-- | test/integration/lib/send-new-ui.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/lib/send-new-ui.js b/test/integration/lib/send-new-ui.js index ebfa80a4..7e5864ab 100644 --- a/test/integration/lib/send-new-ui.js +++ b/test/integration/lib/send-new-ui.js @@ -32,10 +32,10 @@ async function runSendFlowTest (assert, done) { sendScreenButton[1].click() const sendTitle = await queryAsync($, '.page-container__title') - assert.equal(sendTitle[0].textContent, 'Send DEX', 'Send screen title is correct') + assert.equal(sendTitle[0].textContent, 'Send DXN', 'Send screen title is correct') const sendCopy = await queryAsync($, '.page-container__subtitle') - assert.equal(sendCopy[0].textContent, 'Only send DEX to an DEXON address.', 'Send screen has copy') + assert.equal(sendCopy[0].textContent, 'Only send DXN to an DEXON address.', 'Send screen has copy') const sendFromField = await queryAsync($, '.send-v2__form-field') assert.ok(sendFromField[0], 'send screen has a from field') |