Skip to content

Commit

Permalink
test(ComparisonDiff): Add missing data-testid (#3039)
Browse files Browse the repository at this point in the history
  • Loading branch information
grafakus authored Feb 27, 2024
1 parent f13bbf9 commit e683e87
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion public/app/pages/ContinuousDiffView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,11 @@ function ComparisonDiffApp({
/>
</Panel>
</div>
<Panel isLoading={isLoading} headerActions={extraButton}>
<Panel
isLoading={isLoading}
headerActions={extraButton}
dataTestId="diff-panel"
>
{extraPanel ? (
<div className={styles.flamegraphContainer}>
<div className={styles.flamegraphComponent}>
Expand Down

0 comments on commit e683e87

Please sign in to comment.