From a8f8446859eb127342dee96e3b827f9d56a37049 Mon Sep 17 00:00:00 2001 From: Oliver Sand Date: Fri, 17 Sep 2021 10:14:10 +0200 Subject: [PATCH] Fix build Signed-off-by: Oliver Sand --- .../components/StepInitAnalyzeUrl/StepInitAnalyzeUrl.test.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/catalog-import/src/components/StepInitAnalyzeUrl/StepInitAnalyzeUrl.test.tsx b/plugins/catalog-import/src/components/StepInitAnalyzeUrl/StepInitAnalyzeUrl.test.tsx index ec058dee62..4a72a653ea 100644 --- a/plugins/catalog-import/src/components/StepInitAnalyzeUrl/StepInitAnalyzeUrl.test.tsx +++ b/plugins/catalog-import/src/components/StepInitAnalyzeUrl/StepInitAnalyzeUrl.test.tsx @@ -312,7 +312,7 @@ describe('', () => { ); await act(async () => { - userEvent.type( + await userEvent.type( getByRole('textbox', { name: /Repository/i }), 'https://my-repository-2', ); @@ -356,7 +356,7 @@ describe('', () => { ); await act(async () => { - userEvent.type( + await userEvent.type( getByRole('textbox', { name: /Repository/i }), 'https://my-repository-2', );