File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ BACKUPS_SERVER_PUBKEY=0319c4ff23820afec0c79ce3a42031d7fef1dff78b7bdd69b5560684f3
21
21
WEB_RELAY=https://webrelay.slashtags.to
22
22
23
23
# Blocktank
24
- BLOCKTANK_HOST=https://api1. blocktank.to/api
24
+ BLOCKTANK_HOST=https://api.stag. blocktank.to
25
25
26
26
# Network
27
27
ELECTRUM_BITCOIN_HOST=35.187.18.233
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ d('Backup', () => {
79
79
await element ( by . id ( 'ActivitySavings' ) ) . tap ( ) ;
80
80
await element ( by . id ( 'Activity-1' ) ) . tap ( ) ;
81
81
await element ( by . id ( 'ActivityTag' ) ) . tap ( ) ;
82
- await element ( by . id ( 'TagInput' ) ) . replaceText ( tag ) ;
82
+ await element ( by . id ( 'TagInput' ) ) . typeText ( tag ) ;
83
83
await element ( by . id ( 'TagInput' ) ) . tapReturnKey ( ) ;
84
84
await sleep ( 200 ) ; // animation
85
85
await element ( by . id ( 'NavigationClose' ) ) . atIndex ( 0 ) . tap ( ) ;
@@ -136,7 +136,7 @@ d('Backup', () => {
136
136
await element ( by . id ( 'SkipIntro' ) ) . tap ( ) ;
137
137
await element ( by . id ( 'RestoreWallet' ) ) . tap ( ) ;
138
138
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 ) ;
140
140
await element ( by . id ( 'WordIndex-4' ) ) . swipe ( 'up' ) ;
141
141
await element ( by . id ( 'RestoreButton' ) ) . tap ( ) ;
142
142
You can’t perform that action at this time.
0 commit comments