@@ -109,7 +109,7 @@ describe('<SelectedKindsFilter/>', () => {
|
||||
);
|
||||
|
||||
await userEvent.click(getByRole('combobox'));
|
||||
userEvent.tab();
|
||||
await userEvent.tab();
|
||||
|
||||
await waitFor(() => {
|
||||
expect(onChange).toBeCalledWith(undefined);
|
||||
|
||||
+1
-1
@@ -101,7 +101,7 @@ describe('<SelectedRelationsFilter/>', () => {
|
||||
);
|
||||
|
||||
await userEvent.click(getByRole('combobox'));
|
||||
userEvent.tab();
|
||||
await userEvent.tab();
|
||||
|
||||
await waitFor(() => {
|
||||
expect(onChange).toBeCalledWith(undefined);
|
||||
|
||||
+1
-1
@@ -67,7 +67,7 @@ describe('<PreparePullRequestForm />', () => {
|
||||
);
|
||||
|
||||
await act(async () => {
|
||||
userEvent.clear(getByLabelText('Main Field'));
|
||||
await userEvent.clear(getByLabelText('Main Field'));
|
||||
await userEvent.type(getByLabelText('Main Field'), 'My Text');
|
||||
await userEvent.click(getByRole('button', { name: /submit/i }));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user