Skip to content

Commit

Permalink
refactor: fix WL cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
simonadomnisoru committed Aug 12, 2024
1 parent 63d63ea commit dd64220
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 @@ -39,7 +39,7 @@ class EndRangeFilterPlain extends Component<Props> {
onBlur={this.handleBlur}
placeholder={i18n.t('Days in the future')}
fullWidth
data-test="date-range-filter-end"
dataTest="date-range-filter-end"
{...passOnProps}
/>
<div className={errorClass}>{error}</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class StartRangeFilterPlain extends Component<Props> {
onBlur={this.handleBlur}
placeholder={i18n.t('Days in the past')}
fullWidth
data-test="date-range-filter-start"
dataTest="date-range-filter-start"
{...passOnProps}
/>
<div className={errorClass}>{error}</div>
Expand Down

0 comments on commit dd64220

Please sign in to comment.