src: Remove ouia-ids

Since we're moving away from IQE the `ouia-id` atributes should be no longer needed. This removes them from the entire code base.
This commit is contained in:
regexowl 2025-04-25 10:07:43 +02:00 committed by Simon Steinbeiß
parent 357dd3a910
commit e6b030ea4c
30 changed files with 4 additions and 68 deletions

View file

@ -144,7 +144,6 @@ const ReleaseSelect = () => {
const toggle = (toggleRef: React.Ref<MenuToggleElement>) => (
<MenuToggle
ouiaId="release_select"
ref={toggleRef}
onClick={onToggleClick}
isExpanded={isOpen}