fixed bad testids (#748)
This commit is contained in:
parent
1fe7e4ccab
commit
d327d64b7f
1 changed files with 2 additions and 2 deletions
|
@ -339,13 +339,13 @@ export const KeysTabInner = ({ components, refresh }: KeysTabInnerProps) => {
|
|||
<DataListItemCells
|
||||
dataListCells={[
|
||||
<DataListCell
|
||||
data-testId="provider-name"
|
||||
data-testid="provider-name"
|
||||
key={`name-${idx}`}
|
||||
>
|
||||
<>
|
||||
<Link
|
||||
key={component.name}
|
||||
data-testId="provider-name-link"
|
||||
data-testid="provider-name-link"
|
||||
to={`${url}/${component.id}/${component.providerId}/settings`}
|
||||
>
|
||||
{component.name}
|
||||
|
|
Loading…
Reference in a new issue