Reenable emptyTrash() assertion to see if it still fails on Travis

This commit is contained in:
Dan Stillman 2015-06-02 03:48:17 -04:00
parent e27d907973
commit 0eea3eaf99

View file

@ -110,8 +110,7 @@ describe("Zotero.Items", function () {
assert.isFalse(yield Zotero.Items.getAsync(id2));
assert.isFalse(yield Zotero.Items.getAsync(id3));
// TEMP: This is failing on Travis due to a race condition
//assert.equal(zp.itemsView.rowCount, 0)
assert.equal(zp.itemsView.rowCount, 0)
})
})
});