mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue