mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-12 22:26:07 +00:00
Fix flash test
This commit is contained in:
@@ -11,7 +11,7 @@ describe("iD.ui.flash", function () {
|
||||
|
||||
it('leaves after 1000 ms', function () {
|
||||
var flash = iD.ui.flash();
|
||||
clock.tick(1010);
|
||||
clock.tick(1610);
|
||||
expect(flash.node().parentNode).to.be.null;
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user