Skip to content

Commit

Permalink
Update src/components/document-list/_macro.spec.js
Browse files Browse the repository at this point in the history
Co-authored-by: rmccar <[email protected]>
  • Loading branch information
SriHV and rmccar authored Dec 4, 2024
1 parent 8778bbe commit 4d60001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/document-list/_macro.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 }],
Expand Down

0 comments on commit 4d60001

Please sign in to comment.