]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Run all tests instead of only specific new tests
authorIan Coleman <ian@iancoleman.io>
Mon, 11 Nov 2019 00:23:54 +0000 (11:23 +1100)
committerIan Coleman <ian@iancoleman.io>
Mon, 11 Nov 2019 00:23:54 +0000 (11:23 +1100)
tests/spec/tests.js

index 21f6e87e2ff4ac229864d527628fa6e3f2f3e14a..6b73c74a5677eeb38e549c084ac106bceabbf51f 100644 (file)
@@ -1615,7 +1615,7 @@ it('Allows selection of Elastos', function(done) {
     };
     testNetwork(done, params);
 });
-fit('Allows selection of Energyweb', function(done) {
+it('Allows selection of Energyweb', function(done) {
     var params = {
         selectText: "EWT - EnergyWeb",
         firstAddress: "0x190aCfa6dA6Ff2D0a28Fbd0e02Aec493bCa5D7f7",
@@ -4127,7 +4127,7 @@ it('Can use root keys to generate segwit table rows', function(done) {
 
 // Pull Request 271
 // Allow converting mnemonic back to raw entropy value
-fit('Converts mnemonics into raw entropy', function(done) {
+it('Converts mnemonics into raw entropy', function(done) {
     driver.findElement(By.css('.phrase'))
         .sendKeys('abandon abandon about');
     driver.sleep(generateDelay).then(function() {
@@ -4149,7 +4149,7 @@ fit('Converts mnemonics into raw entropy', function(done) {
 
 // Pull Request 279
 // Added Split Phrase Card Output
-fit('Shows split prase cards', function(done) {
+it('Shows split prase cards', function(done) {
     var originalPhrase = "ugly charge strong giant once anchor capable october thumb inject dwarf legal alley mixture shoot";
     var originalWords = originalPhrase.split(' ');
     driver.findElement(By.css('.phrase'))