CodeSmolder
Results
2
comments of
CodeSmolder
As a workaround I have copied the two files vue-mermaid.js and index.js to a subfolder name mermaid under src in my project. Now it works by importing the following: `import...
I seams that by increasing this timeout value to `30 * 1000` instead of `10 * 1000` solves the problem: ``` await page.waitForResponse( (res) => res.url().indexOf("terminpaare") !== -1, { timeout:...