Skip to content

Commit

Permalink
Merge branch 't/13915'
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewand committed Nov 9, 2015
2 parents b911ccf + eb09734 commit fe1639a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tickets/13771/1.js
Expand Up @@ -52,6 +52,6 @@
var frameDoc = combo._.panel.element.getFirst().getFrameDocument();

// Look for any stylesheet link elems that end with desired CSS file.
return Boolean( frameDoc.findOne( 'link[rel="stylesheet"][href$="contents.css"]' ) );
return Boolean( frameDoc.findOne( 'link[rel="stylesheet"][href*="contents.css"]' ) );
}
} )();

0 comments on commit fe1639a

Please sign in to comment.