Skip to content

Commit ed9b7f4

Browse files
author
Tim Hinderliter
committed
Merge branch 'nofields-features-pending' into pl-master
2 parents ce06925 + 9e92814 commit ed9b7f4

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

‎features/api/search/show_search.feature‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Feature: Search data via the REST API
3737

3838
@oss_only
3939
Scenario: Search for objects with a manual ascending sort order
40+
Given PL-450 is resolved in favor of not removing this feature
4041
Given I am an administrator
4142
And a 'data_bag' named 'users' exists
4243
And a 'data_bag_item' named 'francis' exists
@@ -53,6 +54,7 @@ Feature: Search data via the REST API
5354

5455
@oss_only
5556
Scenario: Search for objects with a manual descending sort order
57+
Given PL-450 is resolved in favor of not removing this feature
5658
Given I am an administrator
5759
And a 'data_bag' named 'users' exists
5860
And a 'data_bag_item' named 'francis' exists
@@ -69,6 +71,7 @@ Feature: Search data via the REST API
6971

7072
@oss_only
7173
Scenario: Search for objects and page through the results
74+
Given PL-450 is resolved in favor of not removing this feature
7275
Given I am an administrator
7376
And a 'data_bag' named 'users' exists
7477
And a 'data_bag_item' named 'francis' exists

‎features/steps/search_steps.rb‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,8 @@
2323
expected_klass=eval(result_item_klass)
2424

2525
result_item.shouldbe_a_kind_of(expected_klass)
26+
end
27+
28+
Given"PL-540 is resolved in favor of not removing this feature"do
29+
pending
2630
end

0 commit comments

Comments
(0)