Skip to content

Commit

Permalink
change test to allow message batcher to notice that no more input is …
Browse files Browse the repository at this point in the history
…coming and send data before page is reloaded
  • Loading branch information
finnboeger committed May 1, 2020
1 parent dee7efb commit f8bb79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function testBoard(browser) {
Tools.curTool.listeners.press(100, 200, new Event("mousedown"));
setTimeout(() => {
Tools.curTool.listeners.move(300, 400, new Event("mousemove"));
done();
setTimeout(() => {done();}, 150);
}, 100);
})
.assert.visible("path[d='M 100 200 C 100 200 300 400 300 400'][stroke='#123456']")
Expand Down

0 comments on commit f8bb79c

Please sign in to comment.