Fix hang in server_connector test after 94ccba45b
The test incorrectly contained an item wait for an attachment that
doesn't get saved to the group library, but the test was passing because
the main item was being moved to the group twice. 94ccba45b
somehow
fixed that, and since the behavior during the test is now correct, I'm
not going to worry about this unless we notice a problem.
This commit is contained in:
parent
cdf9d7ff32
commit
7717df637e
1 changed files with 0 additions and 2 deletions
|
@ -1203,8 +1203,6 @@ describe("Connector Server", function () {
|
|||
|
||||
var ids2 = await waitForItemEvent('add');
|
||||
var item2 = Zotero.Items.get(ids2[0]);
|
||||
// Attachment
|
||||
await waitForItemEvent('add');
|
||||
|
||||
req = await reqPromise;
|
||||
assert.equal(req.status, 200);
|
||||
|
|
Loading…
Reference in a new issue