Skip to content

Commit 922e6fd

Browse files
authored
fix: typo in UI Cov example code (#6251)
1 parent 2bac704 commit 922e6fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ui-coverage/configuration/allowedinteractioncommands.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Note that because `allowedInteractionCommands` replaces the allowed interactions
149149
```json
150150
{
151151
"uiCoverage": {
152-
"additionalInteractionCommands": [
152+
"allowedInteractionCommands": [
153153
{
154154
"selector": "button[data-no-explicit-interaction='true']",
155155
"commands": ["assert"]

0 commit comments

Comments
 (0)