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