rusackas commented on a change in pull request #11134:
URL:
https://github.com/apache/incubator-superset/pull/11134#discussion_r501299027
##########
File path:
superset-frontend/src/explore/components/controls/DateFilterControl.jsx
##########
@@ -523,9 +523,10 @@ class DateFilterControl extends React.Component {
this.startEndSectionRef = ref;
}}
>
- <InputGroup>
+ <InputGroup data-test="date-input-group">
<div style={{ margin: '5px 0' }}>
<Datetime
+ inputProps={{ 'data-test': 'date-from-input' }}
Review comment:
Hmm... I wonder if that babel extension will manage strip out data-test
attributes added like this. ¯\\\_(ツ)_/¯
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]