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 4d60001 commit 5fd828c
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 @@ -119,7 +119,7 @@ describe('FOR: Macro: Document list', () => {

describe('GIVEN: Params: wide', () => {
describe('WHEN: wide is set for a document with basic parameters', () => {
test('does not apply container class ', () => {
test('THEN: does not render with the wide container class', () => {
const $ = cheerio.load(
renderComponent('document-list', {
documents: [{ ...EXAMPLE_DOCUMENT_LIST_BASIC, wide: true }],
Expand Down

0 comments on commit 5fd828c

Please sign in to comment.