Cucumber test fixes
Cucumber test fixes
Change-Id: I3c6b21c8484000bda75383f75afc03926465205f
Issue-ID: SDC-2028
Signed-off-by: siddharth0905 <siddharth.singh4@amdocs.com>
diff --git a/cucumber-js-test-apis-ci/features/Onboarding/UniqueValue.feature b/cucumber-js-test-apis-ci/features/Onboarding/UniqueValue.feature
index 31e41b9..3abe1a3 100644
--- a/cucumber-js-test-apis-ci/features/Onboarding/UniqueValue.feature
+++ b/cucumber-js-test-apis-ci/features/Onboarding/UniqueValue.feature
@@ -3,8 +3,8 @@
Scenario: List unique types
When I want to get path "/unique-types"
Then I want to check property "listCount" for value 2
- And I want to check property "results[0]" for value "VspName"
- And I want to check property "results[1]" for value "VlmName"
+ And I want to check property "results[1]" for value "VspName"
+ And I want to check property "results[0]" for value "VlmName"
Scenario: Get unique value - non existing type (negative)
Given I want the following to fail with error code "UNIQUE_TYPE_NOT_FOUND"