Wrote test case for report-list.component.spec.ts
Issue-ID: PORTAL-834
Change-Id: If92eeef813cce8683546a747c4e758090d4204d0
Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
component.close();
expect(component.showDialog).toEqual(true);
expect(component.closable).toEqual(false);
- })
+ });
+
+ it('should test deleteReport method', () => {
+ component.deleteReport();
+ });
+
+ it('should test openReportSchedule method', () => {
+ component.openReportSchedule("test");
+ });
+
});
\ No newline at end of file