diff --git a/src/components/Button/__test__/button.spec.js b/src/components/Button/__test__/button.spec.js index 81acfeb3e..ccb7587fb 100644 --- a/src/components/Button/__test__/button.spec.js +++ b/src/components/Button/__test__/button.spec.js @@ -79,4 +79,10 @@ describe('); expect(component.text()).toBe('Test'); }); + it('should return the html button element when access the htmlElementRef getter', () => { + const component = mount(