diff --git a/src/__tests__/autocapture-utils.test.ts b/src/__tests__/autocapture-utils.test.ts index e99781e95..f0176196b 100644 --- a/src/__tests__/autocapture-utils.test.ts +++ b/src/__tests__/autocapture-utils.test.ts @@ -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' },