Skip to content

Commit

Permalink
test fixing (ui changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterlong committed May 12, 2018
1 parent 79bd0f0 commit 0863e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec.js
Expand Up @@ -63,7 +63,7 @@ it('should open token sending modal and send tokens', () => {
.click('#savetokenbutton').pause(2000)
.click("#token_0xe78a0f7e598cc8b0bb87894b0f60dd2a88d6a8ab").pause(3000)
.getText("#token_bal")
.should.eventually.equal("10000000.000")
.should.eventually.equal("10000000.0")
.click("#send_tokens_btn").pause(1000)
.setValue('#send_to_token', "0xffcf8fdee72ac11b5c542428b35eef5769c409f0").pause(1000)
.setValue('#send_amount_token', "1234567.999").pause(1000)
Expand Down

0 comments on commit 0863e46

Please sign in to comment.