diff --git a/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.spec.ts b/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.spec.ts index 8cff34140..81892cdd6 100644 --- a/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.spec.ts +++ b/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.spec.ts @@ -92,7 +92,7 @@ describe('DocumentCardSmallComponent', () => { fixture.detectChanges() }) - it('should display a document', () => { + it('should display page count', () => { expect(fixture.nativeElement.textContent).toContain('12 pages') })