From: Ian Coleman Date: Mon, 11 Nov 2019 00:23:54 +0000 (+1100) Subject: Run all tests instead of only specific new tests X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=3799728c76fd127798fcdd185507b954bea12ebd Run all tests instead of only specific new tests --- diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 21f6e87..6b73c74 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -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'))