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 Jan 9, 2025
1 parent 8953612 commit 08327dc
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 @@ -418,7 +418,7 @@ describe('FOR: Macro: Document list', () => {
expect($('.ons-document-list__item-image').hasClass('ons-document-list__item-image--file')).toBe(true);
});

test('THEN: has the correct document list class', async () => {
test('THEN: the document list object item has the utility class that removes the margin between the object and file list items', async () => {
expect($('.ons-document-list__item-attribute').hasClass('ons-u-mr-no')).toBe(true);
});
});
Expand Down

0 comments on commit 08327dc

Please sign in to comment.