[full-ci] getting personal space by userId instead of userName (#1553)

* getting personal space by userId instead of userName

* delete geting userId via api call

* add new created user id to user list

* fix after review
This commit is contained in:
Viktor Scharf
2025-09-26 10:51:41 +02:00
committed by GitHub
parent e7b7ceafd5
commit 723340dba6
13 changed files with 126 additions and 83 deletions
@@ -294,7 +294,7 @@ Feature: check activities
And user "Alice" has created folder "/FOLDER"
And user "Alice" has deleted file "textfile.txt"
And user "Alice" has deleted folder "FOLDER"
When user "Alice" lists the activities of space "Personal" using the Graph API
When user "Alice" lists the activities of personal space using the Graph API
Then the HTTP status code should be "200"
And the JSON data of the response should match
"""