Skip to content

Commit

Permalink
fix(issues): Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrduncan committed Mar 1, 2025
1 parent 87538f7 commit ac53b06
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,6 @@ describe('EventTraceView', () => {
<EventTraceView group={perfGroup} event={perfEvent} organization={organization} />
);
expect(await screen.findByText('Trace Preview')).toBeInTheDocument();
expect(
await screen.findByRole('link', {name: 'View Full Trace'})
).toBeInTheDocument();
expect(
screen.getByText('One other issue appears in the same trace.')
).toBeInTheDocument();
Expand Down

0 comments on commit ac53b06

Please sign in to comment.