Rename apiOcisSpecific to apiBugDemonstration

This commit is contained in:
Phil Davis
2021-01-28 12:03:01 +05:45
parent 924246c0a6
commit dfb4eb11cb
30 changed files with 21 additions and 21 deletions
@@ -0,0 +1,8 @@
@api
Feature: Other tests related to api
@issue-ocis-reva-100
# after fixing all issues delete this Scenario and use the one from oC10 core
Scenario: robots.txt file should be accessible
When a user requests "/robots.txt" with "GET" and no authentication
Then the HTTP status code should be "401" or "404"