Fix build

Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
This commit is contained in:
Oliver Sand
2021-09-17 10:14:10 +02:00
parent 86c716c60b
commit a8f8446859
@@ -312,7 +312,7 @@ describe('<StepInitAnalyzeUrl />', () => {
);
await act(async () => {
userEvent.type(
await userEvent.type(
getByRole('textbox', { name: /Repository/i }),
'https://my-repository-2',
);
@@ -356,7 +356,7 @@ describe('<StepInitAnalyzeUrl />', () => {
);
await act(async () => {
userEvent.type(
await userEvent.type(
getByRole('textbox', { name: /Repository/i }),
'https://my-repository-2',
);