force query selector to seek within the html-reporter element
This commit is contained in:
@@ -230,7 +230,7 @@ jasmineRequire.HtmlReporter = function(j$) {
|
|||||||
return this;
|
return this;
|
||||||
|
|
||||||
function find(selector) {
|
function find(selector) {
|
||||||
return getContainer().querySelector(selector);
|
return getContainer().querySelector('.html-reporter ' + selector);
|
||||||
}
|
}
|
||||||
|
|
||||||
function createDom(type, attrs, childrenVarArgs) {
|
function createDom(type, attrs, childrenVarArgs) {
|
||||||
|
|||||||
Reference in New Issue
Block a user