diff --git a/test/tests/zoteroPaneTest.js b/test/tests/zoteroPaneTest.js index ae3912fc06..5e81c685fe 100644 --- a/test/tests/zoteroPaneTest.js +++ b/test/tests/zoteroPaneTest.js @@ -873,7 +873,7 @@ describe("ZoteroPane", function() { assert.isTrue(item.deleted); }); - it("should move saved search trash without prompt for modified Delete", async function () { + it("should move saved search item to trash without prompt for modified Delete", async function () { var search = await createDataObject('search'); var title = [...Object.values(search.conditions)] .filter(x => x.condition == 'title' && x.operator == 'contains')[0].value;