Merge pull request '让浏览器等久一点' (#42) from feature/konaweb into master
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #42
This commit is contained in:
@ -331,7 +331,9 @@ async def _(quote: str, author: str, img: PIL_Image):
|
|||||||
await page.locator('input[name=quote]').fill(quote)
|
await page.locator('input[name=quote]').fill(quote)
|
||||||
await page.locator('input[name=author]').fill(author)
|
await page.locator('input[name=author]').fill(author)
|
||||||
|
|
||||||
|
await page.wait_for_timeout(500)
|
||||||
await page.wait_for_load_state('networkidle')
|
await page.wait_for_load_state('networkidle')
|
||||||
|
await page.wait_for_timeout(500)
|
||||||
|
|
||||||
out = await WebRenderer.render(
|
out = await WebRenderer.render(
|
||||||
konaweb('makequote'),
|
konaweb('makequote'),
|
||||||
|
|||||||
Reference in New Issue
Block a user