Skip to content

Commit

Permalink
Merge pull request #6846 from Sage/FE-6615-num-date-rtl
Browse files Browse the repository at this point in the history
refactor(numeral-date): convert unit tests to RTL
  • Loading branch information
edleeks87 authored Aug 6, 2024
2 parents 9029f61 + 225999e commit 0374d57
Show file tree
Hide file tree
Showing 3 changed files with 2,215 additions and 889 deletions.
6 changes: 5 additions & 1 deletion src/components/numeral-date/numeral-date.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,11 @@ export const NumeralDate = <DateType extends NumeralDateObject = FullDate>({
}
>
<FormSpacingProvider marginBottom={undefined}>
<Typography mb="4px" id={labelId}>
<Typography
mb="4px"
id={labelId}
data-role="numeral-date-input-text"
>
{getDateLabel(datePart, locale)}
</Typography>
<Textbox
Expand Down
Loading

0 comments on commit 0374d57

Please sign in to comment.