diff --git a/src/app/components/inputtextarea/inputtextarea.spec.ts b/src/app/components/inputtextarea/inputtextarea.spec.ts
index 5fa4e1394b9..1cb0e249900 100755
--- a/src/app/components/inputtextarea/inputtextarea.spec.ts
+++ b/src/app/components/inputtextarea/inputtextarea.spec.ts
@@ -3,7 +3,6 @@ import { By } from '@angular/platform-browser';
import { InputTextarea } from './inputtextarea';
import { NoopAnimationsModule } from '@angular/platform-browser/animations';
import { Component, DebugElement } from '@angular/core';
-import e from 'express';
@Component({
template: ` `
@@ -14,7 +13,7 @@ class TestInputTextArea {
onResize(event) {}
}
-fdescribe('InputTextarea', () => {
+describe('InputTextarea', () => {
let fixture: ComponentFixture;
let component: TestInputTextArea;
beforeEach(() => {
@@ -50,7 +49,7 @@ fdescribe('InputTextarea', () => {
expect(onResizeSpy).toHaveBeenCalledTimes(2);
});
- it('should change autoResize and resize textarea', () => {
+ it('should change autoResize and resize scrollheight of textarea', () => {
component.autoResize = true;
fixture.detectChanges();