Commit 55c5b6bf authored by LianaHus's avatar LianaHus Committed by Liana Husikyan

check for numeric type of amount

using sendRawTransaction refactoring add check for hexadecimal:wq added ids
parent 9df45242
This diff is collapsed.
...@@ -3,10 +3,10 @@ const EventEmitter = require('events') ...@@ -3,10 +3,10 @@ const EventEmitter = require('events')
class JournalLastChild extends EventEmitter { class JournalLastChild extends EventEmitter {
command (val) { command (val) {
this.api this.api
.waitForElementVisible('#journal div:last-child span.text-info', 10000) .waitForElementVisible('#journal div:last-child span.text-info', 10000)
.assert.containsText('#journal div:last-child span.text-info', val).perform(() => { .assert.containsText('#journal div:last-child span.text-info', val).perform(() => {
this.emit('complete') this.emit('complete')
}) })
return this return this
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment