rockmelonqa / rockmelonqa-ide

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

Show a warning message when a test routine that is used by a test case(s) is being deleted #145

Closed brogreenmoon closed 1 year ago

brogreenmoon commented 1 year ago

Show the message "This test routine is being used by the following test cases. Do you want to remove it? [list the test cases that are using this test routine]" when deleting a test routine that is referenced by one or more test cases.

Currently no warning is shown, then after the test routine is deleted it still shows in the test case:

image

Which in turns gives this codegen error, which is very difficult to troubleshoot:

image

quockhanh commented 1 year ago

Wait till #143 completed