mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
chore: Added data-test attributes for testing (#11254)
* Added data-test attributes for testing * fixed incorrect naming change * review changes
This commit is contained in:
committed by
GitHub
parent
0262daa228
commit
fc03549299
@@ -90,6 +90,7 @@ export default class BoundsControl extends React.Component {
|
||||
<Row>
|
||||
<Col xs={6}>
|
||||
<FormControl
|
||||
data-test="min-bound"
|
||||
type="text"
|
||||
placeholder={t('Min')}
|
||||
onChange={this.onMinChange}
|
||||
@@ -99,6 +100,7 @@ export default class BoundsControl extends React.Component {
|
||||
<Col xs={6}>
|
||||
<FormControl
|
||||
type="text"
|
||||
data-test="max-bound"
|
||||
placeholder={t('Max')}
|
||||
onChange={this.onMaxChange}
|
||||
value={this.state.minMax[1]}
|
||||
|
||||
Reference in New Issue
Block a user