This commit is contained in:
Milos Brzakovic
2021-08-11 19:57:40 +02:00
parent ee072772c2
commit 21b0fc4f36

View File

@@ -40,7 +40,7 @@ describe('iD.modeAddNote', function() {
expect(iD.services.osm.caches().note.note[-1]).to.eql(note);
context.mode().exit();
d3.select('window').on('click.draw-block', null);
done()
done();
}, 50);
});