mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +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
@@ -47,7 +47,11 @@ class BuilderComponentPane extends React.PureComponent {
|
||||
renderTabs(height) {
|
||||
const { isSticky } = this.props;
|
||||
return (
|
||||
<Tabs className="m-t-10 tabs-components" id="tabs">
|
||||
<Tabs
|
||||
className="m-t-10 tabs-components"
|
||||
id="tabs"
|
||||
data-test="tabs-component"
|
||||
>
|
||||
<Tab eventKey={1} title={t('Components')}>
|
||||
<NewTabs />
|
||||
<NewRow />
|
||||
|
||||
Reference in New Issue
Block a user