Skip to content

Commit 392b5e8

Browse files
committed
fix test
1 parent 95a9840 commit 392b5e8

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugins/security/public/management/roles/edit_role/privileges/kibana/feature_table

1 file changed

+1
-1
lines changed

x-pack/plugins/security/public/management/roles/edit_role/privileges/kibana/feature_table/feature_table.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ describe('FeatureTable', () => {
864864

865865
const { displayedPrivileges } = setup({
866866
role,
867-
features: kibanaFeatures,
867+
features: [...kibanaFeatures, featureWithoutPrivileges],
868868
privilegeIndex: 0,
869869
calculateDisplayedPrivileges: true,
870870
canCustomizeSubFeaturePrivileges: false,

0 commit comments

Comments
 (0)