testsigmahq / testsigma

A powerful open source test automation platform for Web Apps, Mobile Apps, and APIs. Build stable and reliable end-to-end tests @ DevOps speed.
https://testsigma.com
Apache License 2.0
897 stars 187 forks source link

[TOS-1044]Fix: Prerequisite step number displaying as NaN in Step res… #335

Closed Raksha-testsigma closed 1 year ago

Raksha-testsigma commented 1 year ago

JIRA: https://testsigma.atlassian.net/browse/TOS-1044

Actual Test case results in page step prerequisite field displaying as NaN

Expected it should show the prerequisite test step number

Fix: Added a JsonProperty Annotation to map Order_id in the front end. Removed order_id +1 and changed to the correct step number[order_id] to display the right position.