From e07d724c79101ca39ee2f386bf151634e063dfe4 Mon Sep 17 00:00:00 2001 From: Mark Noonan Date: Tue, 19 Aug 2025 08:50:37 -0400 Subject: [PATCH] fix: typo in UI Cov example code --- docs/ui-coverage/configuration/allowedinteractioncommands.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ui-coverage/configuration/allowedinteractioncommands.mdx b/docs/ui-coverage/configuration/allowedinteractioncommands.mdx index 49dd4c09c9..98264e2f36 100644 --- a/docs/ui-coverage/configuration/allowedinteractioncommands.mdx +++ b/docs/ui-coverage/configuration/allowedinteractioncommands.mdx @@ -149,7 +149,7 @@ Note that because `allowedInteractionCommands` replaces the allowed interactions ```json { "uiCoverage": { - "additionalInteractionCommands": [ + "allowedInteractionCommands": [ { "selector": "button[data-no-explicit-interaction='true']", "commands": ["assert"]