Skip to content

Commit

Permalink
fixed test?
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonpecora committed Aug 21, 2015
1 parent da2e970 commit 37c1517
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion behaviors/checkbox-group.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe(dirname, function () {

function getLabels() {
return _.map(resultEl.querySelectorAll('label'), function (label) {
return label.innerText;
return label.textContent;
});
}

Expand Down
2 changes: 1 addition & 1 deletion karma.local.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ module.exports = function (karma) {
autoWatchBatchDelay: 1000,
browsers: ['Chrome']
}));
};
};

0 comments on commit 37c1517

Please sign in to comment.