Skip to content

Commit

Permalink
Update src/__tests__/autocapture-utils.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: David Newell <[email protected]>
  • Loading branch information
pauldambra and daibhin authored Feb 6, 2024
1 parent cb2ce85 commit 09d4620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/autocapture-utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ describe(`Autocapture utility functions`, () => {
false,
],
[
'when the click target (and none of its parents) does not match the allowlist',
'when the click target (or its parents) does not match the allowlist',
makeSingleBranchOfDomTree([
{ tag: 'div' },
{ tag: 'button' },
Expand Down

0 comments on commit 09d4620

Please sign in to comment.