]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
add testcase for ethercore
authorEtherCore Contributor <info@ethercore.org>
Wed, 1 Jan 2020 15:53:17 +0000 (00:53 +0900)
committerEtherCore Contributor <info@ethercore.org>
Wed, 1 Jan 2020 15:53:17 +0000 (00:53 +0900)
tests/spec/tests.js

index 0e85eccf8ac96736e9fb7bcc558dcfaa56d3cc6e..62647d2663640b7bfae798ed5d3358630dc755db 100644 (file)
@@ -1635,6 +1635,13 @@ it('Allows selection of Thought', function(done) {
     };
     testNetwork(done, params);
 });
+it('Allows selection of EtherCore', function(done) {
+    var params = {
+        selectText: "ERE - EtherCore",
+        firstAddress: "0xDeeAD0297F06dfe6c7Ad0C1D0CF5B06D6047bEEe",
+    };
+    testNetwork(done, params);
+});
 
 // BIP39 seed is set from phrase
 it('Sets the bip39 seed from the prhase', function(done) {