owncloud / client

🖥️ Desktop Syncing Client for ownCloud
GNU General Public License v2.0
1.4k stars 667 forks source link

[test-only][full-ci] Given step implementation of sharing resource with group in the server #11893

Closed ishabaral closed 4 days ago

ishabaral commented 1 week ago

Description

Implemented on the server steps in the local test directory. This Given step implementation shares file or folder with group in the server.

Renamed step:

-Given user "<user>" has shared file|folder <file|folder> on the server with group "<group>" with "<permission>" permission(s)
+Given user "<user>" has shared file|folder <file|folder> in the server with group "<group>" with "<permission>" permission(s)

Part of https://github.com/owncloud/client/issues/10432