removed window.close() call from browser, as it's causeing firefox to crash and behave strangely on the next run
This commit is contained in:
@ -154,10 +154,7 @@
|
|||||||
})
|
})
|
||||||
};
|
};
|
||||||
|
|
||||||
$.post('/tests-complete', JSON.stringify(testResults), function () {
|
$.post('/tests-complete', JSON.stringify(testResults));
|
||||||
// alert('test complete');
|
|
||||||
window.close();
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/** override console to force all output to go to log and err, then we have all the output **/
|
/** override console to force all output to go to log and err, then we have all the output **/
|
||||||
|
|||||||
Reference in New Issue
Block a user