Merge branch 'dev' into staging
This commit is contained in:
commit
e926df34c2
@ -43,7 +43,7 @@ export default class AnchoringProofService extends BaseService {
|
||||
</html>
|
||||
`;
|
||||
|
||||
await page.setContent(htmlContent);
|
||||
await page.setContent(htmlContent, { waitUntil: "networkidle0", timeout: 60000 });
|
||||
await page.addStyleTag({
|
||||
content: `
|
||||
@page {
|
||||
|
Loading…
x
Reference in New Issue
Block a user