File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 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
2121WEB_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
2727ELECTRUM_BITCOIN_HOST=35.187.18.233
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments