Merge pull request #787 from 3dd13/fix-button-test-case

fixing the button test case
This commit is contained in:
Adam Bradley
2015-12-22 10:13:27 -06:00

View File

@ -21,7 +21,7 @@ export function run() {
}
function hasClass(button, className) {
return button.elementRef.nativeElement.classList.contains(className);
return button._elementRef.nativeElement.classList.contains(className);
}
it('should ignore certain attributes', () => {