Fix test failure after 3727d0f559
This commit is contained in:
parent
28326cd4cd
commit
79a8917bdc
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ describe("Retractions", function() {
|
|||
win.document.getElementById('retracted-items-close').click();
|
||||
});
|
||||
|
||||
after(function () {
|
||||
win.close();
|
||||
});
|
||||
|
||||
it("shouldn't select item in trash", async function () {
|
||||
var item1 = await createDataObject('item', { deleted: true });
|
||||
var item2 = await createDataObject('item');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue