Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deleting a single parametrized test case from a test execution results in all related test cases to be deleted #3361

Open
RelapsedCode opened this issue Sep 27, 2023 · 1 comment

Comments

@RelapsedCode
Copy link

Description of problem

Deleting a single parametrized test case from a test execution results in all related test cases to be deleted

Version or commit hash (if applicable)

Version 12.6.1

Steps to Reproduce

  1. Create a parametrized test case with more than one value for a parameter
  2. Add the test case into a test plan
  3. Create a new test execution from the test plan
  4. Select only one test case and delete it

Actual results

All derivative test cases are deleted

Expected results

Only the selected test case should be deleted

@atodorov
Copy link
Member

Initial work in #3282 but needs more work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants