Skip to content

Commit

Permalink
feat(ReportDetails): Add OUIA IDs to tabs (#2310)
Browse files Browse the repository at this point in the history
  • Loading branch information
LightOfHeaven1994 authored Dec 11, 2024
1 parent 76ae5a6 commit 10b17ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SmartComponents/ReportDetails/ReportDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ const ReportDetailsBase = ({
<Tab
key={'reporting'}
eventKey={'reporting'}
ouiaId="Reporting"
title={
<TabTitleWithData
text="Reporting"
Expand Down Expand Up @@ -222,6 +223,7 @@ const ReportDetailsBase = ({
<Tab
key={'never-reported'}
eventKey={'never-reported'}
ouiaId="Never reported"
title={
<TabTitleWithData
text="Never reported"
Expand Down

0 comments on commit 10b17ec

Please sign in to comment.