Skip to content

Commit

Permalink
Update src/__tests__/autocapture.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Marius Andra <[email protected]>
  • Loading branch information
robbie-c and mariusandra authored Jun 21, 2024
1 parent 424cc4b commit f469dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/autocapture.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ describe('Autocapture system', () => {
)
const props = captureMock.mock.calls[0][1]
expect(props['$elements'][0]).toHaveProperty('attr__href', 'https://www.example.com/link')
expect(props['external_click_url']).toBeUndefined()
expect(props['$external_click_url']).toBeUndefined()
})

it('does not capture href attribute values from password elements', () => {
Expand Down

0 comments on commit f469dcb

Please sign in to comment.