Fix quick-search test

This commit is contained in:
Dan Stillman 2024-01-18 02:28:46 -05:00
parent 29bfbbf4f1
commit a8916b797e

View file

@ -37,7 +37,7 @@ describe("Zotero.ItemTree", function() {
let quicksearch; let quicksearch;
before(() => { before(() => {
quicksearch = win.document.getElementById('zotero-tb-search'); quicksearch = win.document.getElementById('zotero-tb-search-textbox');
}); });
after(async () => { after(async () => {
quicksearch.value = ""; quicksearch.value = "";