Skip to content

Commit

Permalink
better comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Dec 28, 2024
1 parent d9cabe5 commit 4b7f1fb
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ test.beforeEach(async ({ context }) => {
[/https:\/\/example.com/, expectedInitiatorType],
// webkit is duplicating this, it is picked up in the initial performance observer records
// and in the post-wrapped fetch records
// other than having `isInitial: true` on the previous one
// and a few milliseconds difference in timestamp on the previous one,
// they are identical but processed separately during capture
// so need to be de-duplicated during playback
[/file:\/\/.*\/playground\/cypress\//, 'navigation'],
]
: [
Expand Down

0 comments on commit 4b7f1fb

Please sign in to comment.