Fix quick-search test
This commit is contained in:
parent
29bfbbf4f1
commit
a8916b797e
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ describe("Zotero.ItemTree", function() {
|
|||
let quicksearch;
|
||||
|
||||
before(() => {
|
||||
quicksearch = win.document.getElementById('zotero-tb-search');
|
||||
quicksearch = win.document.getElementById('zotero-tb-search-textbox');
|
||||
});
|
||||
after(async () => {
|
||||
quicksearch.value = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue