Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenyboxer committed Oct 30, 2017
1 parent 3a14360 commit bd12a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __e2e__/view-balance.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ test.serial('should login success', async t => {
test.serial('should show correct balance', async t => {
await app.client.waitUntilTextExists('#balance .amountNeo', '1', 60000)
t.is(await app.client.getText('#balance .amountNeo'), '1')
t.is(await app.client.getText('#balance .amountGas'), '2')
t.is(await app.client.getText('#balance .amountGas'), '2.0000000')
})

test.serial('should show correct transaction list', async t => {
Expand Down

0 comments on commit bd12a33

Please sign in to comment.