Skip to content

Commit 99348f0

Browse files
Removing unnecessary test case which I created for Section Cards
1 parent 3fd95ea commit 99348f0

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/frontend/src/components/DraftCards/SectionCard.test.tsx

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -213,19 +213,6 @@ describe('SectionCard Component', () => {
213213
}
214214
})
215215
})
216-
//////
217-
it('displays pre-filled section content', async () => {
218-
mockState.draftedDocument.sections[0].content = 'Pre-filled content'
219-
220-
renderWithContext()
221-
222-
await waitFor(() => {
223-
expect(screen.getByText('Pre-filled content')).toBeInTheDocument()
224-
expect(sectionGenerate).not.toHaveBeenCalled()
225-
})
226-
})
227-
228-
////
229216

230217

231218

0 commit comments

Comments
 (0)