Tests: Use select() instead of selectCollection()/selectSearch()

This commit is contained in:
Dan Stillman 2024-06-24 04:40:12 -04:00
parent ca5ea08e2b
commit 4ca92adb89
2 changed files with 11 additions and 11 deletions

View file

@ -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({