mirror of
https://github.com/apache/superset.git
synced 2026-04-13 13:18:25 +00:00
upgrade to react-bootstrap v0.33.1 (#9372)
* upgrade to react-bootstrap v0.33.1 * fix test * simplify proptypes Co-Authored-By: Evan Rusackas <evan@preset.io> * simplify more proptypes Co-Authored-By: Evan Rusackas <evan@preset.io> Co-authored-by: Evan Rusackas <evan@preset.io>
This commit is contained in:
committed by
GitHub
parent
ccff6be969
commit
cfa786850f
@@ -57,7 +57,7 @@ describe('ControlPanelSection', () => {
|
||||
it('renders a label if present', () => {
|
||||
expect(
|
||||
wrapper
|
||||
.find(Panel)
|
||||
.find(Panel.Title)
|
||||
.dive()
|
||||
.text(),
|
||||
).toContain('my label');
|
||||
|
||||
Reference in New Issue
Block a user