Skip to content

Commit e683e87

Browse files
authored
test(ComparisonDiff): Add missing data-testid (#3039)
1 parent f13bbf9 commit e683e87

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

public/app/pages/ContinuousDiffView.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,11 @@ function ComparisonDiffApp({
231231
/>
232232
</Panel>
233233
</div>
234-
<Panel isLoading={isLoading} headerActions={extraButton}>
234+
<Panel
235+
isLoading={isLoading}
236+
headerActions={extraButton}
237+
dataTestId="diff-panel"
238+
>
235239
{extraPanel ? (
236240
<div className={styles.flamegraphContainer}>
237241
<div className={styles.flamegraphComponent}>

0 commit comments

Comments
 (0)