Skip to content

Commit 77cda12

Browse files
committed
fix: BT url
1 parent bb01304 commit 77cda12

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.env.test.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ BACKUPS_SERVER_PUBKEY=0319c4ff23820afec0c79ce3a42031d7fef1dff78b7bdd69b5560684f3
2121
WEB_RELAY=https://webrelay.slashtags.to
2222

2323
# Blocktank
24-
BLOCKTANK_HOST=https://api1.blocktank.to/api
24+
BLOCKTANK_HOST=https://api.stag.blocktank.to
2525

2626
# Network
2727
ELECTRUM_BITCOIN_HOST=35.187.18.233

e2e/backup.e2e.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ d('Backup', () => {
7979
await element(by.id('ActivitySavings')).tap();
8080
await element(by.id('Activity-1')).tap();
8181
await element(by.id('ActivityTag')).tap();
82-
await element(by.id('TagInput')).replaceText(tag);
82+
await element(by.id('TagInput')).typeText(tag);
8383
await element(by.id('TagInput')).tapReturnKey();
8484
await sleep(200); // animation
8585
await element(by.id('NavigationClose')).atIndex(0).tap();
@@ -136,7 +136,7 @@ d('Backup', () => {
136136
await element(by.id('SkipIntro')).tap();
137137
await element(by.id('RestoreWallet')).tap();
138138
await element(by.id('MultipleDevices-button')).tap();
139-
await element(by.id('Word-0')).replaceText(seed);
139+
await element(by.id('Word-0')).typeText(seed);
140140
await element(by.id('WordIndex-4')).swipe('up');
141141
await element(by.id('RestoreButton')).tap();
142142

0 commit comments

Comments
 (0)