diff --git a/contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeListItem/index.spec.js b/contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeListItem/index.spec.js index 0fbea109a4..54e1547717 100644 --- a/contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeListItem/index.spec.js +++ b/contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeListItem/index.spec.js @@ -63,10 +63,6 @@ describe('ContentNodeListItem', () => { expect(wrapper.contains('[data-test="btn-chevron"]')).toBe(false); }); - it("doesn't render a subtitle for a node different from topic and exercise", () => { - expect(wrapper.contains('[data-test="subtitle"]')).toBe(false); - }); - it('emits an event when list item is clicked', () => { wrapper.find('[data-test="content-item"]').trigger('click'); diff --git a/contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeListItem/index.vue b/contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeListItem/index.vue index 357af90a18..ca56f34b8f 100644 --- a/contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeListItem/index.vue +++ b/contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeListItem/index.vue @@ -28,8 +28,10 @@ 'py-3': isCompact, }" > - @@ -64,13 +66,32 @@ + + +