pull/1/head
Caleb James DeLisle 8 years ago
parent 7d557df74b
commit 244bd7b378

@ -61,4 +61,4 @@ var nt = nThen;
nt(function () { nt(function () {
driver.quit(); driver.quit();
}) });

@ -7,7 +7,7 @@ define([], function () {
rpt.setAttribute('class', 'report ' + (pass ? 'success' : 'failure')); rpt.setAttribute('class', 'report ' + (pass ? 'success' : 'failure'));
rpt.setAttribute('style', 'display:none;'); rpt.setAttribute('style', 'display:none;');
document.body.appendChild(rpt); document.body.appendChild(rpt);
} };
if (window.location.hash.indexOf("?test=test") > -1) { if (window.location.hash.indexOf("?test=test") > -1) {
window.onerror = function (msg, url, lineNo, columnNo, e) { window.onerror = function (msg, url, lineNo, columnNo, e) {
mkReport([ mkReport([

Loading…
Cancel
Save