;;;;;; keep these ;;; for later ;;;;;
This commit is contained in:
parent
24f37ea414
commit
0d4b74cfba
@ -48,4 +48,4 @@ var nt = nThen;
|
||||
|
||||
nt(function () {
|
||||
driver.quit();
|
||||
})
|
||||
});
|
||||
@ -21,10 +21,10 @@ define([], function () {
|
||||
]).replace(/</g, '') +
|
||||
'</div>';
|
||||
};
|
||||
out = function (f) { f(); }
|
||||
out = function (f) { f(); };
|
||||
}
|
||||
out.passed = function () {
|
||||
document.body.innerHTML = '<div class="report success">Test Passed</div>';
|
||||
}
|
||||
};
|
||||
return out;
|
||||
});
|
||||
Loading…
x
Reference in New Issue
Block a user