You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
}asActionData)),{success: false,retry: false},'Non-recursive delete should fail for an existing directory');
206
+
assertProperties(awaitneuroSafeDeleteValidation(dirPath,false),{success: false,retry: false},'Non-recursive delete should fail for an existing directory');
}asActionData)),{success: false,retry: false},'Non-recursive delete should fail for a nonexistent file');
212
+
assertProperties(awaitneuroSafeDeleteValidation(nonexistentFilePath,false),{success: false,retry: false},'Non-recursive delete should fail for a nonexistent file');
}asActionData)),{success: false,retry: false},'Recursive delete should fail for a nonexistent directory');
214
+
assertProperties(awaitneuroSafeDeleteValidation(nonexistentDirPath,true),{success: false,retry: false},'Recursive delete should fail for a nonexistent directory');
0 commit comments