Fix flaky test in CI
CI / Lint (pull_request) Successful in 1m5s
CI / Test (pull_request) Successful in 1m23s
Release Drafter / Update release notes draft (pull_request) Successful in 9s

This commit is contained in:
2026-09-03 09:33:55 -06:00
parent 9d928217ca
commit 7dfd58d075
@@ -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 });