Skip to content

Commit

Permalink
Fix/fix polling of parametrization entries (#984)
Browse files Browse the repository at this point in the history
Co-authored-by: Pyifan <[email protected]>
  • Loading branch information
zhenyu-ms and Pyifan authored Aug 17, 2023
1 parent 0a875ed commit b7eb534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testplan/web_ui/testing/src/Report/InteractiveReport.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ class InteractiveReportComponent extends BaseReport {
const existingParametrization =
existingSuite &&
existingSuite.entries.find(
(entry) => entry.uid === newTestCase
(entry) => entry.uid === newTestCase.uid
);

if (
Expand Down

0 comments on commit b7eb534

Please sign in to comment.