We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b861c39 commit 054bdfdCopy full SHA for 054bdfd
1 file changed
ionic/components/button/test/button.spec.ts
@@ -21,7 +21,7 @@ export function run() {
21
}
22
23
function hasClass(button, className) {
24
- return button.elementRef.nativeElement.classList.contains(className);
+ return button._elementRef.nativeElement.classList.contains(className);
25
26
27
it('should ignore certain attributes', () => {
0 commit comments