File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ fn test_command_palette_cancel() {
109109
110110 // Prompt should be gone
111111 harness. assert_screen_not_contains ( "Command:" ) ;
112- harness. assert_screen_contains ( "Canceled " ) ;
112+ harness. assert_screen_contains ( "cancelled " ) ;
113113}
114114
115115/// Test executing a command from the palette
Original file line number Diff line number Diff line change @@ -320,7 +320,7 @@ fn test_file_browser_cancel() {
320320
321321 // File browser should be closed
322322 harness. assert_screen_not_contains ( "Navigation:" ) ;
323- harness. assert_screen_contains ( "Canceled " ) ;
323+ harness. assert_screen_contains ( "cancelled " ) ;
324324}
325325
326326/// Test that column headers are shown (Name, Size, Modified)
Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ fn test_switch_project_cancel_preserves_directory() {
310310
311311 // Folder browser should be closed
312312 harness. assert_screen_not_contains ( "Navigation:" ) ;
313- harness. assert_screen_contains ( "Canceled " ) ;
313+ harness. assert_screen_contains ( "cancelled " ) ;
314314}
315315
316316/// Test that folder browser can navigate using backspace to go to parent
Original file line number Diff line number Diff line change @@ -96,9 +96,9 @@ fn test_prompt_cancel() {
9696 harness. send_key ( KeyCode :: Esc , KeyModifiers :: NONE ) . unwrap ( ) ;
9797 harness. render ( ) . unwrap ( ) ;
9898
99- // Prompt should be gone, and "Canceled " message should appear
99+ // Prompt should be gone, and "cancelled " message should appear
100100 harness. assert_screen_not_contains ( "Open:" ) ;
101- harness. assert_screen_contains ( "Canceled " ) ;
101+ harness. assert_screen_contains ( "cancelled " ) ;
102102}
103103
104104/// Test the complete open file workflow
You can’t perform that action at this time.
0 commit comments