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

fix:[TOS-985] - Step Group Creation from Test Case does not redirect to created step group. #326

Closed Raksha-testsigma closed 1 year ago

Raksha-testsigma commented 1 year ago

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

Description When the user creates a step group by selecting test steps in a test case, after clicking on the create button, the page does not redirect to the created step group.

Actual After creation of step group by selecting test steps in a test case, the page does not redirect to created step group page.

Expected After creation of step group by selecting test steps in a test case, the page should redirect to created step group page.

Fix: Added a function that gets called to redirect to the new window, containing the step group details.