rockmelonqa / rockmelonqa-ide

Test Automation IDE that generates and runs Playwright and Selenium code
MIT License
4 stars 3 forks source link

Deleting a test case that is in a test suite causes codegen to fail #45

Closed brogreenmoon closed 1 year ago

brogreenmoon commented 1 year ago
  1. Add a "deletethistestcase.tcase" test case to a project:

image

  1. Add this test case to a test suite:

image

  1. Delete "deletethistestcase.tcase" by clicking "Delete" in its pop-up menu. The test case is not removed from the tsuite file, but shows as a blank item in the UI:

image

  1. Generate Code. The following error is shown:

image

  1. Delete the blank line from the test suite and generate code. Codegen completes without error:

image

brogreenmoon commented 1 year ago

Duplicate of #10