diff options
author | siddharth0905 <siddharth.singh4@amdocs.com> | 2019-01-24 14:01:46 +0530 |
---|---|---|
committer | siddharth0905 <siddharth.singh4@amdocs.com> | 2019-01-24 14:01:46 +0530 |
commit | c0b0f612ddd8bf05f940a869759085c838e7752c (patch) | |
tree | f59460f399211d5b8ea367c570ef9ccda382c5e5 /cucumber-js-test-apis-ci/features/Onboarding/UniqueValue.feature | |
parent | d139e09812ffbdb36a2058b514c51315c76b09f0 (diff) |
Cucumber test fixes
Cucumber test fixes
Change-Id: I3c6b21c8484000bda75383f75afc03926465205f
Issue-ID: SDC-2028
Signed-off-by: siddharth0905 <siddharth.singh4@amdocs.com>
Diffstat (limited to 'cucumber-js-test-apis-ci/features/Onboarding/UniqueValue.feature')
-rw-r--r-- | cucumber-js-test-apis-ci/features/Onboarding/UniqueValue.feature | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cucumber-js-test-apis-ci/features/Onboarding/UniqueValue.feature b/cucumber-js-test-apis-ci/features/Onboarding/UniqueValue.feature index 31e41b9931..3abe1a3cb8 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 @@ Feature: Unique value 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" |