Hi Devalex88,
I believe I found the a bug in Katalon Studio.
To replicate:
- Draft an automation script with 10 lines of code.
- In script view, comment out an end chunk such as line 6 through 10 or 7 through 10.
- Switch to Manual View.
- Right click line 4. Hold down “Shift” button and right click line 2. This will select lines 2 through 4. Click Delete icon(trash symbol).
- Switch to Script View.
Expected: Lines 2 to 4 are deleted.
Actual: Lines 2 to 4 and commented out end chunk(lines 6-10 or 7-10) are deleted.
I believe this bug is what caused the original issue I posted.