Tests: Use select()
instead of selectCollection()
/selectSearch()
This commit is contained in:
parent
ca5ea08e2b
commit
4ca92adb89
2 changed files with 11 additions and 11 deletions
|
@ -46,7 +46,7 @@ describe("Zotero_File_Interface", function() {
|
|||
|
||||
it("should import RIS into selected collection", async function () {
|
||||
var collection = await createDataObject('collection');
|
||||
await selectCollection(win, collection);
|
||||
await select(win, collection);
|
||||
|
||||
var testFile = OS.Path.join(getTestDataDirectory().path, 'book_and_child_note.ris');
|
||||
await win.Zotero_File_Interface.importFile({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue