Output obj.

This commit is contained in:
SamTV12345 2024-02-20 11:12:50 +01:00
parent 3707f554be
commit ad2955d31c

View file

@ -37,6 +37,7 @@ describe('Messages in the COLLABROOM', function () {
let sendStarted;
const finishSend = (() => {
const socketJsonObj = helper.padChrome$.window.pad.socket;
console.log('Socket JSON obj is', socketJsonObj);
const sendBackup = socketJsonObj.emit;
let startSend;
sendStarted = new Promise((resolve) => { startSend = resolve; });