* testing/lisp/test-org-fold.el (test-org-fold/org-fold-reveal-broken-structure): Test `org-delete-char' instead of `delete-char'. The former is the function used interactively.
@@ -410,7 +410,7 @@ Text here"
(re-search-forward "Text")
(should (org-invisible-p))
(goto-char 1)
- (delete-char 1)
+ (org-delete-char 1)
(should-not (org-invisible-p)))
(org-test-with-temp-text