From ea7bd0bb21e1062f97ba48a4b475ec72d1cc9d17 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 23 Sep 2024 08:16:55 -0700 Subject: [PATCH] Update src-ui/src/app/components/document-list/document-card-small/document-card-small.component.spec.ts --- .../document-card-small/document-card-small.component.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') })