Commit aa75c29c authored by yann300's avatar yann300

better log

parent aafc0e9c
...@@ -29,7 +29,7 @@ function checkDebug (browser, id, debugValue, done) { ...@@ -29,7 +29,7 @@ function checkDebug (browser, id, debugValue, done) {
} }
var equal = deepequal(debugValue, value) var equal = deepequal(debugValue, value)
if (!equal) { if (!equal) {
browser.assert.fail('checkDebug on ' + id, 'info about error', '') browser.assert.fail('checkDebug on ' + id, 'info about error\n ' + JSON.stringify(debugValue) + '\n ' + JSON.stringify(value), '')
} }
done() done()
}) })
......
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