diff --git a/tests/system/shared/editor_utils.py b/tests/system/shared/editor_utils.py index 57a60fd6a97..af56ed6f8dc 100644 --- a/tests/system/shared/editor_utils.py +++ b/tests/system/shared/editor_utils.py @@ -374,24 +374,38 @@ def addBranchWildcardToRoot(rootNode): return rootNode[:pos] + " [[]*[]]" + rootNode[pos:] def openDocument(treeElement): + # split into tree elements + treePathElements = re.split(r"(?