Skip to content

Commit

Permalink
Update page-features.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Sep 4, 2024
1 parent e983851 commit f24ea72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/telemetry/test/page-features.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ describe('page features telemetry', () => {
expect(event1).toMatch(/"staticPropsPageCount": 2/)
expect(event1).toMatch(/"serverPropsPageCount": 2/)
expect(event1).toMatch(/"ssrPageCount": 3/)
expect(event1).toMatch(/"staticPageCount": 4/)
expect(event1).toMatch(/"staticPageCount": 5/)
expect(event1).toMatch(/"totalPageCount": 11/)
expect(event1).toMatch(/"totalAppPagesCount": 5/)
expect(event1).toMatch(/"serverAppPagesCount": 2/)
Expand Down

0 comments on commit f24ea72

Please sign in to comment.