File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ Feature: Search data via the REST API
3737
3838@oss_only
3939Scenario : Search for objects with a manual ascending sort order
40+ Given PL-450 is resolved in favor of not removing this feature
4041Given I am an administrator
4142And a 'data_bag' named 'users' exists
4243And a 'data_bag_item' named 'francis' exists
@@ -53,6 +54,7 @@ Feature: Search data via the REST API
5354
5455@oss_only
5556Scenario : Search for objects with a manual descending sort order
57+ Given PL-450 is resolved in favor of not removing this feature
5658Given I am an administrator
5759And a 'data_bag' named 'users' exists
5860And a 'data_bag_item' named 'francis' exists
@@ -69,6 +71,7 @@ Feature: Search data via the REST API
6971
7072@oss_only
7173Scenario : Search for objects and page through the results
74+ Given PL-450 is resolved in favor of not removing this feature
7275Given I am an administrator
7376And a 'data_bag' named 'users' exists
7477And a 'data_bag_item' named 'francis' exists
Original file line number Diff line number Diff line change 2323expected_klass = eval ( result_item_klass )
2424
2525result_item . should be_a_kind_of ( expected_klass )
26+ end
27+
28+ Given "PL-540 is resolved in favor of not removing this feature" do
29+ pending
2630end
You can’t perform that action at this time.
0 commit comments