Skip to content

Commit

Permalink
remove redundancy
Browse files Browse the repository at this point in the history
Co-authored-by: Jörn Friedrich Dreyer <jfd@owncloud.com>
  • Loading branch information
micbar and butonic committed Jan 13, 2022
1 parent 2ae91ee commit 53d2c1a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/acceptance/features/apiSpaces/listSpaces.feature
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,7 @@ Feature: List and create spaces
| quota@@@state | normal |
| root@@@webDavUrl | %base_url%/dav/spaces/%space_id% |
And the json responded should not contain a space with name "Shares Jail"
And the json responded should contain spaces of type "personal"
And the json responded should only contain spaces of type "personal"
And the json responded should not contain spaces of type "project"
And the json responded should not contain spaces of type "virtual"
And the json responded should not contain spaces of type "public"

Scenario: An ordinary user will not see any space when using a filter for project
When user "Alice" lists all available spaces via the GraphApi with query "$filter=driveType eq 'project'"
Expand Down

0 comments on commit 53d2c1a

Please sign in to comment.