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;
|
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 = "";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue