Skip to content

Commit

Permalink
turns out order matters for the test
Browse files Browse the repository at this point in the history
  • Loading branch information
c298lee committed Sep 23, 2024
1 parent a1ed33d commit 37b1ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/app/utils/replays/replayReader.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,10 @@ describe('ReplayReader', () => {
expected: [
expect.objectContaining({category: 'replay.init'}),
expect.objectContaining({category: 'ui.slowClickDetected'}),
expect.objectContaining({category: 'redux.action'}),
expect.objectContaining({op: 'navigation.navigate'}), // prefer the nav span over the breadcrumb
expect.objectContaining({category: 'ui.click'}),
expect.objectContaining({category: 'ui.click'}),
expect.objectContaining({category: 'redux.action'}),
],
},
{
Expand Down

0 comments on commit 37b1ff8

Please sign in to comment.