DEV: Add a short wait to smoke test to prevent rate limiting
This commit is contained in:
parent
d4d2cb124c
commit
85c08b84a5
|
@ -252,6 +252,10 @@ const path = require("path");
|
|||
);
|
||||
});
|
||||
|
||||
await exec("wait a little bit", () => {
|
||||
return page.waitFor(5000);
|
||||
});
|
||||
|
||||
await exec("submit the reply", () => {
|
||||
let promise = page.click("#reply-control .create");
|
||||
|
||||
|
|
Loading…
Reference in New Issue