Skip to content

Commit

Permalink
testing had a long pause time
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterlong committed May 5, 2018
1 parent fc980f6 commit a46e8e7
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions test/spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ it('should get my eth balance', () => {
.getText(".myaddress")
.should.eventually.equal(correct_address)
.getText("#ethbal")
.should.eventually.equal("98.8754").pause(888888)
.should.eventually.equal("98.8754")
});


Expand Down Expand Up @@ -328,18 +328,6 @@ return app.client.waitUntilWindowLoaded()
.should.eventually.equal(correct_address)
});

it('should get my eth balance', () => {
return app.client.waitUntilWindowLoaded()
.setValue('#privatepass', ETH_PRIV)
.getValue("#privatepass")
.should.eventually.equal(ETH_PRIV)
.click("//select/option[@value=\'ropsten\']")
.click('#unlock_priv_key').pause(4000)
.getText(".myaddress")
.should.eventually.equal(correct_address)
.getText("#ethbal")
.should.eventually.equal("98.8754").pause(888888)
});

it('should insert a phrase and see hd path', () => {
return app.client.waitUntilWindowLoaded()
Expand Down

0 comments on commit a46e8e7

Please sign in to comment.