We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d88f40d commit e6f3325Copy full SHA for e6f3325
1 file changed
src/PageCollector.ts
@@ -159,7 +159,7 @@ export class PageCollector<T> {
159
}
160
// Add the latest navigation first
161
navigations.unshift([]);
162
- navigations.splice(this.maxNavigationSaved);
+ navigations.splice(this.maxNavigationSaved + 1);
163
164
165
protected cleanupPageDestroyed(page: Page) {
@@ -409,6 +409,6 @@ export class NetworkCollector extends PageCollector<HTTPRequest> {
409
} else {
410
411
412
413
414
0 commit comments