We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f6448 commit b59ffcaCopy full SHA for b59ffca
test/directives/sf-messages-test.js
@@ -36,7 +36,6 @@ describe('directive',function() {
36
37
$compile(tmpl)(scope);
38
$rootScope.$apply();
39
- console.log(tmpl.children().find('div.help-block')[0]);
40
tmpl.children().find('div.help-block').text().should.equal('foobar');
41
42
setTimeout(function() {
0 commit comments