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 () {
|
||||
// alert('test complete');
|
||||
window.close();
|
||||
});
|
||||
$.post('/tests-complete', JSON.stringify(testResults));
|
||||
}
|
||||
|
||||
/** 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