diff --git a/packages/components/src/combobox-control/test/index.tsx b/packages/components/src/combobox-control/test/index.tsx index 1cebdc75a368a..f0c803f622967 100644 --- a/packages/components/src/combobox-control/test/index.tsx +++ b/packages/components/src/combobox-control/test/index.tsx @@ -215,6 +215,7 @@ describe.each( [ it( 'should not filter the list of options if shouldFilter is false', async () => { const user = await userEvent.setup(); const targetOption = timezones[ 0 ]; + const japanTargetOption = timezones[ 12 ]; const onChangeSpy = jest.fn(); render(