Skip to content

Commit 49e8737

Browse files
chore(deps): bump the version-all group across 1 directory with 24 updates (#9066)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: amanape <[email protected]>
1 parent 4711e74 commit 49e8737

File tree

4 files changed

+730
-562
lines changed

4 files changed

+730
-562
lines changed

frontend/__tests__/routes/home-screen.test.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -334,10 +334,7 @@ describe("Settings 404", () => {
334334

335335
renderHomeScreen();
336336

337-
// small hack to wait for the modal to not appear
338-
await expect(
339-
screen.findByTestId("ai-config-modal", {}, { timeout: 1000 }),
340-
).rejects.toThrow();
337+
expect(screen.queryByTestId("ai-config-modal")).not.toBeInTheDocument();
341338
});
342339
});
343340

0 commit comments

Comments
 (0)