parent
b7ad582d99
commit
bf3ad6a2a4
2 changed files with 6 additions and 1 deletions
|
@ -159,6 +159,11 @@ describe("Zotero.ItemTreeView", function() {
|
|||
|
||||
assert.equal(itemsView.rowCount, 1);
|
||||
assert.equal(quicksearch.value, searchString);
|
||||
|
||||
// Clear search
|
||||
quicksearch.value = "";
|
||||
quicksearch.doCommand();
|
||||
yield itemsView._refreshPromise;
|
||||
});
|
||||
|
||||
it("shouldn't change selection outside of trash if new trashed item is created with skipSelect", function* () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue