Skip to content

Commit

Permalink
Added unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0x41head committed Aug 16, 2024
1 parent 3e96fac commit cd87ee2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ describe('ActivityDescriptionComponent', () => {
});

it('check if evidence is being generated', () => {
const testEvidence = 'Sample Evidence';
component.currentActivity.evidence = testEvidence;
const testEvidence = { A: 'Sample Evidence', Default: 'Sample evidence 2' };
component.currentActivity.teamsEvidence = testEvidence;
fixture.detectChanges();
const HTMLElement: HTMLElement = fixture.nativeElement;
const contentDisplayedinParagraphTag =
Expand Down

0 comments on commit cd87ee2

Please sign in to comment.