Update src-ui/src/app/components/document-list/document-card-small/document-card-small.component.spec.ts

This commit is contained in:
shamoon 2024-09-23 08:16:55 -07:00 committed by GitHub
parent c22c6e6dfe
commit ea7bd0bb21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -92,7 +92,7 @@ describe('DocumentCardSmallComponent', () => {
fixture.detectChanges() fixture.detectChanges()
}) })
it('should display a document', () => { it('should display page count', () => {
expect(fixture.nativeElement.textContent).toContain('12 pages') expect(fixture.nativeElement.textContent).toContain('12 pages')
}) })