Skip to content

Commit

Permalink
Add sourcemap workaround timeout to doc_minified_chromium.html (#10329)
Browse files Browse the repository at this point in the history
  • Loading branch information
klochek authored Feb 15, 2024
1 parent 745e5a9 commit 9785062
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/e2e-tests/examples.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/test/examples/doc_minified_chromium.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<div id="divvy">Hello World!</div><script src="minified.js"></script><script>function recordingFinished(){console.log("ExampleFinished");}window.addEventListener("load", () => {document.getElementById("divvy").click();window.setTimeout(recordingFinished);});</script><script src="mapped_minified.js"></script>
<div id="divvy">Hello World!</div><script src="minified.js"></script><script>function recordingFinished(){console.log("ExampleFinished");}window.addEventListener("load", () => {document.getElementById("divvy").click();window.setTimeout(recordingFinished, 500);});</script><script src="mapped_minified.js"></script>

0 comments on commit 9785062

Please sign in to comment.