Skip to content

Commit

Permalink
bug demonstration scenario for owncloud/ocis/issues/751
Browse files Browse the repository at this point in the history
  • Loading branch information
individual-it committed Oct 26, 2020
1 parent cdb3d66 commit fc6b1f6
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@api
Feature: PROPFIND

@issue-ocis-751
# after fixing all issues delete this Scenario and use the one from oC10 core
Scenario: PROPFIND to "/remote.php/dav/files"
Given user "Alice" has been created with default attributes and without skeleton files
When user "Alice" requests "/remote.php/dav/files" with "PROPFIND" using basic auth
Then the HTTP status code should be "500"

0 comments on commit fc6b1f6

Please sign in to comment.