Skip to content

Commit

Permalink
FIX: search menu is now closed on keydown
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaffeux committed Jan 22, 2024
1 parent 1c9b0b0 commit 318cf2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/javascripts/acceptance/search-banner-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ acceptance("Discourse Search Banner", function (needs) {

await triggerKeyEvent(
".custom-search-banner #search-term",
"keyup",
"keydown",
"Escape"
);
assert.dom(".custom-search-banner .results").doesNotExist();
Expand Down

0 comments on commit 318cf2b

Please sign in to comment.