diff --git a/test/integration/telemetry/test/page-features.test.js b/test/integration/telemetry/test/page-features.test.js index 2e95d32a44116..17f2c99c6c43b 100644 --- a/test/integration/telemetry/test/page-features.test.js +++ b/test/integration/telemetry/test/page-features.test.js @@ -220,7 +220,7 @@ describe('page features telemetry', () => { expect(event1).toMatch(/"serverPropsPageCount": 2/) expect(event1).toMatch(/"ssrPageCount": 3/) expect(event1).toMatch(/"staticPageCount": 5/) - expect(event1).toMatch(/"totalPageCount": 11/) + expect(event1).toMatch(/"totalPageCount": 12/) expect(event1).toMatch(/"totalAppPagesCount": 5/) expect(event1).toMatch(/"serverAppPagesCount": 2/) expect(event1).toMatch(/"edgeRuntimeAppCount": 1/)