From 324be12fa3115842f504d1d5eddbb78550536fde Mon Sep 17 00:00:00 2001 From: CYX22222003 Date: Fri, 8 Nov 2024 00:24:45 +0800 Subject: [PATCH] Remove unnecessary terms generated by AI --- docs/DeveloperGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 971410b9f77..06d91e45a2a 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -560,7 +560,7 @@ testers are expected to do more *exploratory* testing. 1. Prerequisites: Perform any operation that modifies the state (all executions except for list and find) to ensure there is an action to undo. 1. Test case: undo - Expected: The last operation is undone, restoring the previous state. The list updates accordingly, and a status message confirms the undo action. The timestamp in the status bar is updated. + Expected: The last operation is undone, restoring the previous state. The list updates accordingly, and a status message confirms the undo action. 1. Test case: undo immediately after starting the application (with no operations performed) Expected: No undo operation is performed. An error message appears in the status message, indicating there is no action to undo. The status bar remains unchanged.