From 09d462056ece50230668da4654d37c1d04c05d25 Mon Sep 17 00:00:00 2001 From: Paul D'Ambra Date: Tue, 6 Feb 2024 17:45:35 +0000 Subject: [PATCH] Update src/__tests__/autocapture-utils.test.ts Co-authored-by: David Newell --- src/__tests__/autocapture-utils.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' },