Packages: Add ouiaIds
Need some ouiaIds for this step to simplify testing.
This commit is contained in:
parent
a2ad644fb9
commit
be814dab6f
1 changed files with 3 additions and 1 deletions
|
|
@ -384,6 +384,7 @@ const Packages = () => {
|
||||||
<EmptyStateActions>
|
<EmptyStateActions>
|
||||||
<Button
|
<Button
|
||||||
variant="primary"
|
variant="primary"
|
||||||
|
ouiaId="search-other-repositories"
|
||||||
onClick={() => setToggleSourceRepos(RepoToggle.OTHER)}
|
onClick={() => setToggleSourceRepos(RepoToggle.OTHER)}
|
||||||
>
|
>
|
||||||
Search other repositories
|
Search other repositories
|
||||||
|
|
@ -466,6 +467,7 @@ const Packages = () => {
|
||||||
isLoading={createLoading}
|
isLoading={createLoading}
|
||||||
isDisabled={createLoading}
|
isDisabled={createLoading}
|
||||||
onClick={handleConfirmModalToggle}
|
onClick={handleConfirmModalToggle}
|
||||||
|
ouiaId="Add-listed-repos"
|
||||||
>
|
>
|
||||||
Add listed repositories
|
Add listed repositories
|
||||||
</Button>,
|
</Button>,
|
||||||
|
|
@ -473,7 +475,7 @@ const Packages = () => {
|
||||||
Back
|
Back
|
||||||
</Button>,
|
</Button>,
|
||||||
]}
|
]}
|
||||||
ouiaId="BasicModal"
|
ouiaId="Custom-repos-warning-modal"
|
||||||
>
|
>
|
||||||
You have selected packages that belong to custom repositories. By
|
You have selected packages that belong to custom repositories. By
|
||||||
continuing, you are acknowledging and consenting to adding the following
|
continuing, you are acknowledging and consenting to adding the following
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue