force query selector to seek within the html-reporter element

This commit is contained in:
shprink
2013-12-19 10:19:02 +01:00
parent 8510bdd947
commit 4f4ae086aa

View File

@@ -230,7 +230,7 @@ jasmineRequire.HtmlReporter = function(j$) {
return this;
function find(selector) {
return getContainer().querySelector(selector);
return getContainer().querySelector('.html-reporter ' + selector);
}
function createDom(type, attrs, childrenVarArgs) {