mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
Merge pull request #787 from 3dd13/fix-button-test-case
fixing the button test case
This commit is contained in:
@ -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', () => {
|
||||
|
Reference in New Issue
Block a user