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:
parent
3af00a65e6
commit
7bb94e8716
|
@ -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`;
|
||||
|
|
Loading…
Reference in New Issue