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
|
<DataListItemCells
|
||||||
dataListCells={[
|
dataListCells={[
|
||||||
<DataListCell
|
<DataListCell
|
||||||
data-testId="provider-name"
|
data-testid="provider-name"
|
||||||
key={`name-${idx}`}
|
key={`name-${idx}`}
|
||||||
>
|
>
|
||||||
<>
|
<>
|
||||||
<Link
|
<Link
|
||||||
key={component.name}
|
key={component.name}
|
||||||
data-testId="provider-name-link"
|
data-testid="provider-name-link"
|
||||||
to={`${url}/${component.id}/${component.providerId}/settings`}
|
to={`${url}/${component.id}/${component.providerId}/settings`}
|
||||||
>
|
>
|
||||||
{component.name}
|
{component.name}
|
||||||
|
|
Loading…
Reference in a new issue