Skip to content

Commit

Permalink
Merge pull request #182 from MOV-AI/FP-2559-data-testids-for-ide-node
Browse files Browse the repository at this point in the history
Changes output_name to parameteres_output_name
  • Loading branch information
diasnad authored Aug 14, 2023
2 parents 697cf67 + 9ad2ff8 commit 91e8391
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const useKeyValueMethods = () => {
whiteSpace: "nowrap",
overflow: "hidden"
},
render: rowData => <span data-testid="output_name">{rowData.name}</span>
render: rowData => <span data-testid="parameteres_output_name">{rowData.name}</span>
},
{
title: t("Value"),
Expand Down

0 comments on commit 91e8391

Please sign in to comment.