Details
-
Bug
-
Resolution: Fixed
-
Neutral
-
None
-
None
-
-
Empty show more show less
-
Add-Ons 39
-
1
Description
Steps to reproduce:
- Create a new test
- Enter test name
- Save the test
- Click on delete test action
Actual:
- Cannot save the test thrown PathNotFoundException: originalPage in the log, but no error show in UI.
Expected:
- The test can be deleted even if the original page is not specified.
- Throws RuntimeRepositoryException in the catch block to throw an error to UI.
Dev hints:
- In DeleteTestAction, we are trying to unlock the website node but the original page not found, so we should do nothing in this case.
Checklists
Acceptance criteria