puppeteer/test/assets/networkidle.html
Andrey Lushnikov 5ed71fcb8f Test the 'networkidle' navigation logic
This patch adds a test to verify that navigation properly waits for the
network to become idle.

References #10
2017-06-27 22:02:46 -07:00

6 lines
112 B
HTML

<script>
fetch('fetch-request-a.js');
fetch('fetch-request-b.js');
fetch('fetch-request-c.js');
</script>