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')
class JournalLastChild extends EventEmitter {
command (val) {
this.api
.waitForElementVisible('#journal div:last-child span.text-info', 10000)
.assert.containsText('#journal div:last-child span.text-info', val).perform(() => {
this.emit('complete')
})
.waitForElementVisible('#journal div:last-child span.text-info', 10000)
.assert.containsText('#journal div:last-child span.text-info', val).perform(() => {
this.emit('complete')
})
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