diff --git a/build/integration/features/sharing-v1-part2.feature b/build/integration/features/sharing-v1-part2.feature
index 2bf1d3fb404f792a69ce62071689d3a1c7c12945..216b173cd104f253efa32281627b30fc549a38ac 100644
--- a/build/integration/features/sharing-v1-part2.feature
+++ b/build/integration/features/sharing-v1-part2.feature
@@ -199,8 +199,14 @@ Feature: sharing
     Then user "user1" should see following elements
       | /FOLDER/ |
       | /PARENT/ |
-      | /CHILD/ |
+      | /PARENT/CHILD/ |
       | /PARENT/parent.txt |
+      | /PARENT/CHILD/child.txt |
+      | /PARENT%20(2)/ |
+      | /PARENT%20(2)/CHILD/ |
+      | /PARENT%20(2)/parent.txt |
+      | /PARENT%20(2)/CHILD/child.txt |
+      | /CHILD/ |
       | /CHILD/child.txt |
     And the HTTP status code should be "200"