DEV: Increase wait duration between smoke test further during edit.

Otherwise, the app detects that we're replying too quickly.
This commit is contained in:
Guo Xiang Tan 2019-06-14 12:21:13 +08:00
parent 3af00a65e6
commit 7bb94e8716
1 changed files with 1 additions and 1 deletions

View File

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