pull/5370/head
yann300 5 years ago
parent 0a6481d54a
commit 58ed1953c5
  1. 2
      test-browser/commands/checkVariableDebug.js

@ -29,7 +29,7 @@ function checkDebug (browser, id, debugValue, done) {
}
var equal = deepequal(debugValue, value)
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()
})

Loading…
Cancel
Save