Skip to content

Commit

Permalink
logs
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey800 committed Jan 3, 2025
1 parent e91df9a commit a6f1f45
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,15 @@ describe('<RegexFilter />', () => {
it('should render title', async () => {
const title = 'Test Title'
await renderRegexFilter({ title })

console.log('first debug')
screen.debug()

await userEvent.click(screen.getByRole('button'))

console.log('second debug')
screen.debug()

expect(screen.getByText(title)).toBeVisible()
})

Expand Down

0 comments on commit a6f1f45

Please sign in to comment.