From 4d6000135eda5078cbeda2f0ed8da3d76be988c0 Mon Sep 17 00:00:00 2001 From: SriHV <123635670+SriHV@users.noreply.github.com> Date: Wed, 4 Dec 2024 15:11:44 +0000 Subject: [PATCH] Update src/components/document-list/_macro.spec.js Co-authored-by: rmccar <42928680+rmccar@users.noreply.github.com> --- src/components/document-list/_macro.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/document-list/_macro.spec.js b/src/components/document-list/_macro.spec.js index 3e117ffb4a..72c36f427f 100644 --- a/src/components/document-list/_macro.spec.js +++ b/src/components/document-list/_macro.spec.js @@ -105,7 +105,7 @@ describe('FOR: Macro: Document list', () => { }); describe('WHEN: fullWidth is set for a featured document', () => { - test('has the correct containers class', () => { + test('THEN: renders with the container class', () => { const $ = cheerio.load( renderComponent('document-list', { documents: [{ ...EXAMPLE_DOCUMENT_LIST_BASIC, featured: true, fullWidth: true }],