From 519e9dc728f03eab31c8b050f174119a1dcccd59 Mon Sep 17 00:00:00 2001 From: Min Khang Aung Date: Wed, 17 Jul 2019 05:02:28 +0900 Subject: Add CPUchain support --- tests/spec/tests.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests') diff --git a/tests/spec/tests.js b/tests/spec/tests.js index dd90a66..f307312 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -829,6 +829,13 @@ it('Allows selection of Compcoin', function(done) { }; testNetwork(done, params); }); +it('Allows selection of CPUchain', function(done) { + var params = { + selectText: "CPU - CPUchain", + firstAddress: "CWWkTPkNRdpTDSfPw7gxUt9cEaC5PSsP3Y", + }; + testNetwork(done, params); +}); it('Allows selection of Crave', function(done) { var params = { selectText: "CRAVE - Crave", -- cgit v1.2.3