Files
opencloud/tests/acceptance/features/apiOcisSpecific/apiMain-main.feature
Artur Neumann c5bb4304a7 Revert "skip local tests on OCIS storage"
This reverts commit e634cc4d552f7b3605e258a5c07cc37e8a31b64f.
2020-09-11 15:59:04 +05:45

9 lines
321 B
Gherkin

@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"