Various feeds changes
And move Z.Attachments.cleanAttachmentURI() to Z.Utilities.cleanURL()
This commit is contained in:
parent
8a2dc6e7f2
commit
e6ede4b36f
24 changed files with 698 additions and 211 deletions
|
@ -292,6 +292,13 @@ describe("Zotero.CollectionTreeView", function() {
|
|||
spy.restore();
|
||||
}
|
||||
})
|
||||
|
||||
it("should select a new feed", function* () {
|
||||
var feed = yield createFeed();
|
||||
// Library should still be selected
|
||||
assert.equal(cv.getSelectedLibraryID(), feed.id);
|
||||
})
|
||||
|
||||
})
|
||||
|
||||
describe("#drop()", function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue