** ID:** TC_02.002.05 | Freestyle Project Configuration > Project Description > Canceling description editing
Preconditions:
User is logged in to Jenkins
Description:
Verification of cancellation of description editing without saving the text.
Steps:
- Open the main page at "http://localhost:8080/".
- Click the "New Item" button.
- In the "Name" field, enter the name "test_01".
- Select the item type - Freestyle Project Configuration
- Click the OK button.
- On the Configure page, click the Save button.
- On the project page, click the Add description button.
- In the input field, enter "Project Description"
- Click the Save button.
- Click the Edit description button on the right.
- In the input field, enter "New Project Description"
- Click the Cancel button.
Expected Result:
- The description remains the original.
- The changes are not saved.
- The button changes to "Edit description".
Comments / Notes:
(Additional details, attachments, logs)
Acceptance Criteria:
By clicking the Cancel button, the user can successfully cancel the description changes. The changes are not saved.