Skip to content

Commit

Permalink
adding tracking issue for interactive nested controls
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavyarm committed Mar 27, 2023
1 parent a8c1daf commit 1f35417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kbn-axe-config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const AXE_OPTIONS = {
enabled: false, // disabled because it's too flaky
},
'nested-interactive': {
enabled: false, // disabled because we have too many failures on interactive controls
enabled: false, // tracker here - https://github.com/elastic/kibana/issues/152494 disabled because we have too many failures on interactive controls
},
},
};

0 comments on commit 1f35417

Please sign in to comment.