Fix typo in test title

This commit is contained in:
Dan Stillman 2024-06-23 05:09:18 -04:00
parent c61892e4b6
commit 764e75a39a

View file

@ -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;