added test for getting details of a single group (#5760)

addressed reviews

updated steps with JSON drill-down functionality

reviews addressed

fixed linter error

conflicts resolved

fixed errors

addressed reviews
This commit is contained in:
Prajwol Amatya
2023-03-15 12:10:59 +05:45
committed by GitHub
parent 67296caf14
commit e836b2d138
4 changed files with 51 additions and 3 deletions
@@ -9,7 +9,7 @@ Feature: capabilities
When the administrator retrieves the capabilities using the capabilities API
Then the OCS status code should be "100"
And the HTTP status code should be "200"
And the JSON data of the response should match
And the ocs JSON data of the response should match
"""
{
"type": "object",
@@ -212,7 +212,7 @@ Feature: capabilities
@smokeTest
Scenario: getting default capabilities with admin user
When the administrator retrieves the capabilities using the capabilities API
And the ocs JSON data of the response should match
Then the ocs JSON data of the response should match
"""
{
"type": "object",