From aa023dd3e8f9ac61dd77f068544ec1395eb16382 Mon Sep 17 00:00:00 2001 From: Utsav Patel Date: Wed, 13 Nov 2024 16:27:21 +0530 Subject: [PATCH] Fix: fixtures test --- test/integration/fixtures/blocks/core__navigation.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/integration/fixtures/blocks/core__navigation.json b/test/integration/fixtures/blocks/core__navigation.json index 340cdf3fdbe59..9be819ee01daf 100644 --- a/test/integration/fixtures/blocks/core__navigation.json +++ b/test/integration/fixtures/blocks/core__navigation.json @@ -8,7 +8,8 @@ "overlayMenu": "mobile", "icon": "handle", "hasIcon": true, - "maxNestingLevel": 5 + "maxNestingLevel": 5, + "ariaLabel": "" }, "innerBlocks": [] }