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 in the server #11881

Closed ishabaral closed 1 week ago

ishabaral commented 2 weeks ago

Description

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

Renamed step:

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

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