Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
Signed-off-by: Anan Zhuang <[email protected]>
  • Loading branch information
ananzh committed Dec 13, 2024
1 parent c880017 commit eff7dfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ describe('Testing fetchTableDataCell function', () => {
>
<EuiDescriptionListTitle
className="osdDescriptionListFieldTitle"
data-test-subj="osdDescriptionListFieldTitle"
data-test-subj="dscDataGridTableCellListFieldTitle"
>
order_date:
</EuiDescriptionListTitle>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export function fetchSourceTypeDataCell(
<Fragment key={key}>
<EuiDescriptionListTitle
className="osdDescriptionListFieldTitle"
data-test-subj="osdDescriptionListFieldTitle"
data-test-subj="dscDataGridTableCellListFieldTitle"
>
{key + ':'}
</EuiDescriptionListTitle>
Expand Down

0 comments on commit eff7dfc

Please sign in to comment.