mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
DEV: Add a short wait to smoke test to prevent rate limiting
This commit is contained in:
@ -252,6 +252,10 @@ const path = require("path");
|
|||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
await exec("wait a little bit", () => {
|
||||||
|
return page.waitFor(5000);
|
||||||
|
});
|
||||||
|
|
||||||
await exec("submit the reply", () => {
|
await exec("submit the reply", () => {
|
||||||
let promise = page.click("#reply-control .create");
|
let promise = page.click("#reply-control .create");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user