diff --git a/bin/runapptests.js b/bin/runapptests.js index 195040826..349aed530 100755 --- a/bin/runapptests.js +++ b/bin/runapptests.js @@ -172,7 +172,15 @@ function runStep(step, subtest, test, state){ break; case "gb" : p = p.then(() => { - emu.tx(`GB(${JSON.stringify(step.obj)})\n`); + let obj = Object.apply({ + src:'Messenger', + t: 'notify', + type: 'text', + id: Date.now().toFixed(0), + title:'title', + body:'body' + }, step.obj || {}); + emu.tx(`GB(${JSON.stringify(obj)})\n`); }); break; case "tap" :