DEV: Add more wait between edit so we don't end up replying too quickly.

This commit is contained in:
Guo Xiang Tan
2019-06-13 09:14:17 +08:00
parent e47ca6633b
commit 5b55252e10

View File

@ -286,7 +286,7 @@ const path = require("path");
visible: true
});
promise = promise.then(() => page.waitFor(1000));
promise = promise.then(() => page.waitFor(2000));
promise = promise.then(() => {
const post = `I edited this post`;