diff --git a/test/smoke_test.js b/test/smoke_test.js index 4d2d44aa40f..81464046b40 100644 --- a/test/smoke_test.js +++ b/test/smoke_test.js @@ -252,6 +252,10 @@ const path = require("path"); ); }); + await exec("wait a little bit", () => { + return page.waitFor(5000); + }); + await exec("submit the reply", () => { let promise = page.click("#reply-control .create");