mirror of
https://github.com/discourse/discourse.git
synced 2025-03-24 19:45:37 +08:00
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
|
visible: true
|
||||||
});
|
});
|
||||||
|
|
||||||
promise = promise.then(() => page.waitFor(2000));
|
promise = promise.then(() => page.waitFor(5000));
|
||||||
|
|
||||||
promise = promise.then(() => {
|
promise = promise.then(() => {
|
||||||
const post = `I edited this post`;
|
const post = `I edited this post`;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user