Skip to content

Commit

Permalink
Revert cucumber test addition
Browse files Browse the repository at this point in the history
  • Loading branch information
sgayangi committed Nov 8, 2023
1 parent 9ea1780 commit edf26c0
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions test/cucumber-tests/src/test/resources/tests/api/Visibility.feature
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Feature: API Visibility and Access Control
Scenario: View APIs with a groups claim and API view scope in the access token
Given The system is ready
And I have a valid subscription with groups
| group1 |
When I make the GET APIs call to the backoffice
Then the response status code should be 200
And the response body should contain "\"count\":0"
# Feature: API Visibility and Access Control
# Scenario: View APIs with a groups claim and API view scope in the access token
# Given The system is ready
# And I have a valid subscription with groups
# | group1 |
# When I make the GET APIs call to the backoffice
# Then the response status code should be 200
# And the response body should contain "\"count\":0"

Scenario: View APIs without a groups claim in the access token
Given The system is ready
And I have a valid subscription with scopes
| apk:api_view |
When I make the GET APIs call to the backoffice
Then the response status code should be 200
And the response body should contain "\"count\":0"
# Scenario: View APIs without a groups claim in the access token
# Given The system is ready
# And I have a valid subscription with scopes
# | apk:api_view |
# When I make the GET APIs call to the backoffice
# Then the response status code should be 200
# And the response body should contain "\"count\":0"

0 comments on commit edf26c0

Please sign in to comment.