test cases in note component 10/106310/3
authorIndrijeet kumar <indriku1@in.ibm.com>
Tue, 21 Apr 2020 02:12:29 +0000 (07:42 +0530)
committerIndrijeet Kumar <indriku1@in.ibm.com>
Sun, 26 Apr 2020 21:19:05 +0000 (21:19 +0000)
test cases in note component

Issue-ID: PORTAL-813
Change-Id: I8964486da163a1bfc8a7eb8851e0c7eca3a079a8
Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
ecomp-sdk/epsdk-app-os/ngappsrc/src/app/pages/welcome-dashboard/note/note.component.spec.ts

index 953906d..c06fe51 100644 (file)
@@ -60,4 +60,17 @@ describe('NoteComponent', () => {
   it('should create', () => {
     expect(component).toBeTruthy();
   });
+
+  it('should test onDismiss method',()=>{
+    component.onDismiss("onDismiss");
+  })
+
+  it('should test onFocusOut method',()=>{
+    component.onFocusOut("onFocusOut");
+  })
+
+  //it('should test record method',()=>{
+    //component.record(4);
+ // })
+
 });