mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
Merge 3ec1414937 into bb72815e70
This commit is contained in:
commit
84f45bfbfe
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ describe("UserSearchModal submit payload", () => {
|
|||
const user = userEvent.setup({ pointerEventsCheck: PointerEventsCheckLevel.Never });
|
||||
|
||||
await user.click(screen.getByLabelText("Member Role"));
|
||||
await user.click(await screen.findByRole("option", { name: /^admin/ }));
|
||||
await user.click(await screen.findByRole("option", { name: /^admin/ }, { timeout: 5000 }));
|
||||
await user.click(save());
|
||||
|
||||
await waitFor(() => expect(onSubmit).toHaveBeenCalledTimes(1));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue