summaryrefslogtreecommitdiffstats
path: root/openecomp-bdd/features/Onboarding/ListItems/ListItemsFiltersFailures.feature
diff options
context:
space:
mode:
Diffstat (limited to 'openecomp-bdd/features/Onboarding/ListItems/ListItemsFiltersFailures.feature')
-rw-r--r--openecomp-bdd/features/Onboarding/ListItems/ListItemsFiltersFailures.feature24
1 files changed, 0 insertions, 24 deletions
diff --git a/openecomp-bdd/features/Onboarding/ListItems/ListItemsFiltersFailures.feature b/openecomp-bdd/features/Onboarding/ListItems/ListItemsFiltersFailures.feature
deleted file mode 100644
index 53807af47a..0000000000
--- a/openecomp-bdd/features/Onboarding/ListItems/ListItemsFiltersFailures.feature
+++ /dev/null
@@ -1,24 +0,0 @@
-Feature: List items with incorrect filter values
-
- Scenario: Filter by incorrect item type - negative
- When I want the following to fail with error code "GENERAL_ERROR_REST_ID"
- Then I want to get path "/items?itemType=bsp"
-
- Scenario: Filter by incorrect permission - negative
- When I want the following to fail with error code "GENERAL_ERROR_REST_ID"
- Then I want to get path "/items?permission=Contributer"
-
- Scenario: Filter by incorrect version status - negative
- When I want the following to fail with error code "GENERAL_ERROR_REST_ID"
- Then I want to get path "/items?versionStatus=Draftt"
-
- Scenario: Filter by incorrect item status - negative
- When I want the following to fail with error code "GENERAL_ERROR_REST_ID"
- Then I want to get path "/items?itemStatus=active"
-
- Scenario: Filter by incorrect onboarding method - negative
- When I want the following to fail with error code "GENERAL_ERROR_REST_ID"
- Then I want to get path "/items?onboardingMethod=heat"
-
- Then I want to print the context data
-