From 7dfd58d07508084e44f27a7bd4d98f18d896d585 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Thu, 3 Sep 2026 09:33:55 -0600 Subject: [PATCH] Fix flaky test in CI --- tests/integration/components/search-box-test.gjs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/components/search-box-test.gjs b/tests/integration/components/search-box-test.gjs index fb24b5e..c9a0cc7 100644 --- a/tests/integration/components/search-box-test.gjs +++ b/tests/integration/components/search-box-test.gjs @@ -394,6 +394,7 @@ module('Integration | Component | search-box', function (hooks) { ); // Type "aw" (2 characters) + await focus('.search-input'); await fillIn('.search-input', 'aw'); await waitFor('.search-results-popover', { timeout: 2000 });