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
+-----------+-----------------+------------------+------------------+--------------+
| Step | Sharer | Sharee One | Sharee Two | Admin |
| Number | | (not in group) | (in group) | |
+===========+======================+==================+============================|
| 2 | create work dir | create work dir | create work dir | |
+-----------+-----------------+------------------+------------------+--------------+
| 3 | Create test | | | |
| | files and dir | | | |
+-----------+-----------------+------------------+------------------+--------------+
| 4 | Shares files | | | |
| | with group | | | |
+-----------+-----------------+------------------+------------------+--------------+
| 5 | | Syncs and | Syncs and | |
| | | validates files | validates files | |
| | | do not exist | exist | |
+-----------+-----------------+------------------+------------------+--------------+
| 6 | | | Modifies one | |
| | | | file, if allowed | |
+-----------+-----------------+------------------+------------------+--------------+
| 7 | Validates | | | |
| | file modified | | | |
| | or not, | | | |
| | based on | | | |
| | permissions | | | |
+-----------+-----------------+------------------+------------------+--------------+
| 8 | | | Shares a file | |
| | | | with sharee one | |
| | | | if permitted | |
+-----------+-----------------+------------------+------------------+--------------+
| 9 | | Syncs and | | |
| | | validates file | | |
| | | is shared if | | |
| | | permitted | | |
+-----------+-----------------+------------------+------------------+--------------+
| 10 | Sharer unshares | | | |
| | a file | | | |
+-----------+-----------------+------------------+------------------+--------------+
| 11 | | Syncs and | Syncs and | |
| | | validates file | validates file | |
| | | not present | not present | |
+-----------+-----------------+------------------+------------------+--------------+
| 12 | Sharer deletes | | | |
| | a file | | | |
+-----------+-----------------+------------------+------------------+--------------+
| 13 | | Syncs and | Syncs and | |
| | | validates file | validates file | |
| | | not present | not present | |
+-----------+-----------------+------------------+------------------+--------------+
| 14 | | | | Removes user |
| | | | | from Group |
+-----------+-----------------+------------------+------------------+--------------+
| 15 | | | Syncs and | |
| | | | verifies file | |
| | | | not present | |
+-----------+-----------------+------------------+------------------+--------------+
| 16 | Final step | Final step | Final Step | Final Step |
+-----------+-----------------+------------------+------------------+--------------+
The exception is thrown in step 6, so when Sharee Two (user in the group the item is shared with) tries to upload (via client, so webdav) his edited version of the file.
The text was updated successfully, but these errors were encountered:
Since 7d72f7d from #16729 the smashbox tests do not work anymore:
What the test does:
The exception is thrown in step 6, so when Sharee Two (user in the group the item is shared with) tries to upload (via client, so webdav) his edited version of the file.
The text was updated successfully, but these errors were encountered: