Refactor feature files to add correct description

This commit is contained in:
Swikriti Tripathi
2023-05-03 10:36:30 +05:45
parent b8d19426b1
commit 17826d8ca9
17 changed files with 137 additions and 86 deletions
@@ -1,5 +1,8 @@
@api @files_sharing-app-required
Feature: capabilities
As an admin
I want to list the capabilities
So that I can know what capabilities are available
Background:
Given using OCS API version "1"
@@ -210,7 +213,7 @@ Feature: capabilities
"""
@smokeTest
Scenario: getting default capabilities with admin user
Scenario: getting default capabilities with version string with admin user
When the administrator retrieves the capabilities using the capabilities API
Then the ocs JSON data of the response should match
"""