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

@ -477,7 +477,6 @@ const Packages = () => {
<EmptyStateActions>
<Button
variant="primary"
ouiaId="search-other-repositories"
onClick={() => setActiveTabKey(Repos.OTHER)}
>
Search other repositories
@ -556,7 +555,6 @@ const Packages = () => {
isLoading={createLoading}
isDisabled={createLoading}
onClick={handleConfirmModalToggle}
ouiaId="Add-listed-repos"
>
Add listed repositories
</Button>,
@ -564,7 +562,6 @@ const Packages = () => {
Back
</Button>,
]}
ouiaId="Custom-repos-warning-modal"
>
You have selected packages that belong to custom repositories. By
continuing, you are acknowledging and consenting to adding the following
@ -1245,7 +1242,6 @@ const Packages = () => {
<ToolbarContent>
<ToolbarItem variant="search-filter">
<SearchInput
data-ouia-component-id="packages-search-input"
type="text"
placeholder="Type to search"
aria-label="Search packages"