diff --git a/.env.test.template b/.env.test.template index 8abc48782..f9a29ddd7 100644 --- a/.env.test.template +++ b/.env.test.template @@ -21,7 +21,7 @@ BACKUPS_SERVER_PUBKEY=0319c4ff23820afec0c79ce3a42031d7fef1dff78b7bdd69b5560684f3 WEB_RELAY=https://webrelay.slashtags.to # Blocktank -BLOCKTANK_HOST=https://api1.blocktank.to/api +BLOCKTANK_HOST=https://api.stag.blocktank.to # Network ELECTRUM_BITCOIN_HOST=35.187.18.233 diff --git a/e2e/backup.e2e.js b/e2e/backup.e2e.js index c13975b22..383ca9dc6 100644 --- a/e2e/backup.e2e.js +++ b/e2e/backup.e2e.js @@ -79,7 +79,7 @@ d('Backup', () => { await element(by.id('ActivitySavings')).tap(); await element(by.id('Activity-1')).tap(); await element(by.id('ActivityTag')).tap(); - await element(by.id('TagInput')).replaceText(tag); + await element(by.id('TagInput')).typeText(tag); await element(by.id('TagInput')).tapReturnKey(); await sleep(200); // animation await element(by.id('NavigationClose')).atIndex(0).tap(); @@ -136,7 +136,7 @@ d('Backup', () => { await element(by.id('SkipIntro')).tap(); await element(by.id('RestoreWallet')).tap(); await element(by.id('MultipleDevices-button')).tap(); - await element(by.id('Word-0')).replaceText(seed); + await element(by.id('Word-0')).typeText(seed); await element(by.id('WordIndex-4')).swipe('up'); await element(by.id('RestoreButton')).tap();