mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Fixing typescript error
This commit is contained in:
parent
ec338d1f2b
commit
20fb327e9d
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ describe('<SimplePrivilegeForm>', () => {
|
|||
expect(featurePrivilegeToggles).toHaveLength(1);
|
||||
expect(featurePrivilegeToggles.find('button')).toHaveLength(3);
|
||||
|
||||
(featurePrivilegeToggles.props() as EuiButtonGroupProps).onChange('feature1_all');
|
||||
(featurePrivilegeToggles.props() as EuiButtonGroupProps).onChange('feature1_all', null);
|
||||
|
||||
wrapper.update();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue