File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2476,7 +2476,7 @@ Returns **void** automatically synchronized promise through #recorder
2476
2476
2477
2477
[18]: https://codecept.io/helpers/FileSystem
2478
2478
2479
- [19]: https://pptr.dev/next/ guides/request -interception
2479
+ [19]: https://pptr.dev/guides/network -interception
2480
2480
2481
2481
[20]: https://github.com/GoogleChrome/puppeteer/issues/1313
2482
2482
Original file line number Diff line number Diff line change @@ -2472,12 +2472,12 @@ class Puppeteer extends Helper {
2472
2472
}
2473
2473
2474
2474
/**
2475
- * Mocks network request using [`Request Interception`](https://pptr.dev/next/ guides/request -interception)
2475
+ * Mocks network request using [`Request Interception`](https://pptr.dev/guides/network -interception)
2476
2476
*
2477
2477
* ```js
2478
2478
* I.mockRoute(/(\.png$)|(\.jpg$)/, route => route.abort());
2479
2479
* ```
2480
- * This method allows intercepting and mocking requests & responses. [Learn more about it](https://pptr.dev/next/ guides/request -interception)
2480
+ * This method allows intercepting and mocking requests & responses. [Learn more about it](https://pptr.dev/guides/network -interception)
2481
2481
*
2482
2482
* @param {string|RegExp } [url] URL, regex or pattern for to match URL
2483
2483
* @param {function } [handler] a function to process request
You can’t perform that action at this time.
0 commit comments