diff --git a/src/core_modules/capture-core/components/FiltersForTypes/Date/End.component.js b/src/core_modules/capture-core/components/FiltersForTypes/Date/End.component.js index 0f60c20b13..cf5a698740 100644 --- a/src/core_modules/capture-core/components/FiltersForTypes/Date/End.component.js +++ b/src/core_modules/capture-core/components/FiltersForTypes/Date/End.component.js @@ -39,7 +39,7 @@ class EndRangeFilterPlain extends Component { onBlur={this.handleBlur} placeholder={i18n.t('Days in the future')} fullWidth - data-test="date-range-filter-end" + dataTest="date-range-filter-end" {...passOnProps} />
{error}
diff --git a/src/core_modules/capture-core/components/FiltersForTypes/Date/Start.component.js b/src/core_modules/capture-core/components/FiltersForTypes/Date/Start.component.js index e695c742d3..3e0445e716 100644 --- a/src/core_modules/capture-core/components/FiltersForTypes/Date/Start.component.js +++ b/src/core_modules/capture-core/components/FiltersForTypes/Date/Start.component.js @@ -37,7 +37,7 @@ class StartRangeFilterPlain extends Component { onBlur={this.handleBlur} placeholder={i18n.t('Days in the past')} fullWidth - data-test="date-range-filter-start" + dataTest="date-range-filter-start" {...passOnProps} />
{error}