mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
Test the 'networkidle' navigation logic
This patch adds a test to verify that navigation properly waits for the network to become idle. References #10
This commit is contained in:
5
test/assets/networkidle.html
Normal file
5
test/assets/networkidle.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<script>
|
||||
fetch('fetch-request-a.js');
|
||||
fetch('fetch-request-b.js');
|
||||
fetch('fetch-request-c.js');
|
||||
</script>
|
||||
Reference in New Issue
Block a user