mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
DEV: Fix flaky search test (#14546)
This commit is contained in:
parent
be75d20fad
commit
0dbc83132a
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ export function initSearchData() {
|
|||
searchData.typeFilter = DEFAULT_TYPE_FILTER;
|
||||
searchData.invalidTerm = false;
|
||||
searchData.suggestionResults = [];
|
||||
searchData.suggestionKeyword = false;
|
||||
}
|
||||
|
||||
initSearchData();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue