Skip to content

Commit

Permalink
Fix the exclude param in list resource_list.feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
NofarVered committed Jul 21, 2023
1 parent c75b253 commit aa89b5a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cucumber/api/features/resource_list.feature
Original file line number Diff line number Diff line change
Expand Up @@ -298,13 +298,6 @@ Feature: List resources with various types of filtering
When I successfully GET "/resources/cucumber/test-resource?exclude=test-resource:target-resource-0&search=test-resource:target-resource-0"
Then the result is empty

@acceptance
Scenario: The resource list is excluded and search a resource.
Given I create a new resource called "target-resource-0"
And I create a new resource called "find-me"
When I successfully GET "/resources/cucumber/test-resource?exclude=test-resource:target-resource-0&search=test-resource:target-resource-0"
Then the result is empty

@acceptance
Scenario: The resource list is not excluded for sub string input of a resource.
Given I create a new resource called "target-resource-0"
Expand Down

0 comments on commit aa89b5a

Please sign in to comment.