mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
feat(kube): add a11y props for smoke tests [EE-6747] (#11263)
This commit is contained in:
parent
42c2a52a6b
commit
6c70049ecc
26 changed files with 143 additions and 62 deletions
|
@ -81,6 +81,7 @@ export function DockerSidebar({ environmentId, environment }: Props) {
|
|||
to="docker.templates"
|
||||
params={{ endpointId: environmentId }}
|
||||
data-cy="portainerSidebar-templates"
|
||||
listId="dockerSidebar-templates"
|
||||
>
|
||||
<SidebarItem
|
||||
label="Application"
|
||||
|
@ -185,6 +186,7 @@ export function DockerSidebar({ environmentId, environment }: Props) {
|
|||
to={setupSubMenuProps.to}
|
||||
params={{ endpointId: environmentId }}
|
||||
data-cy="portainerSidebar-host-area"
|
||||
listId="portainerSidebar-host-area"
|
||||
>
|
||||
<SidebarItem
|
||||
label="Details"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue