@@ -544,7 +544,6 @@ Feature: webdav-related-new-endpoint
544544 When user "user0" moves new chunk file with id "chunking-42" to "/existingFile.txt"
545545 Then User "user0" checks id of file "/existingFile.txt"
546546
547-
548547 Scenario : Checking file id after a move between received shares
549548 Given using new dav path
550549 And user "user0" exists
@@ -554,22 +553,14 @@ Feature: webdav-related-new-endpoint
554553 And folder "/folderA" of user "user0" is shared with user "user1"
555554 And folder "/folderB" of user "user0" is shared with user "user1"
556555 And user "user1" created a folder "/folderA/ONE"
557- And user "user1" created a folder "/folderA/ONE/TWO"
558556 And User "user1" stores id of file "/folderA/ONE"
559- And User "user1" moves folder "/folderA/ONE" to "/folderB"
560- When user "user1" created a folder "/folderB/ONE/TWO/THREE"
561- And using old dav path
562- Then user "user1" should see following elements
563- | /FOLDER / |
564- | /PARENT / |
565- | /PARENT /parent .txt |
566- | /textfile0 .txt |
567- | /textfile1 .txt |
568- | /textfile2 .txt |
569- | /textfile3 .txt |
570- | /textfile4 .txt |
571- | /folderA |
572- | /folderB |
573- | /folderB /ONE |
574- | /folderB /ONE /TWO |
575- | /folderB /ONE /TWO /THREE |
557+ And user "user1" created a folder "/folderA/ONE/TWO"
558+ When User "user1" moves folder "/folderA/ONE" to "/folderB/ONE"
559+ Then as "user1" the folder "/folderA" exists
560+ And as "user1" the folder "/folderA/ONE" does not exist
561+ # yes, a weird bug used to make this one fail
562+ And as "user1" the folder "/folderA/ONE/TWO" does not exist
563+ And as "user1" the folder "/folderB/ONE" exists
564+ And as "user1" the folder "/folderB/ONE/TWO" exists
565+ And User "user1" checks id of file "/folderB/ONE"
566+
0 commit comments