Skip to content

Commit

Permalink
EDSC-4234: Remove copy test
Browse files Browse the repository at this point in the history
  • Loading branch information
eudoroolivares2016 committed Sep 20, 2024
1 parent 5ae4567 commit 9d4c07a
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,4 @@ describe('CollapsePanel component', () => {
await user.click(openPanelButton)
expect(screen.getByTitle('ArrowChevronUp')).toBeInTheDocument()
})

test('renders it children correctly', () => {
setup()
expect(screen.getByText('Im a child!')).toBeInTheDocument()
})
})

0 comments on commit 9d4c07a

Please sign in to comment.