From c0b0f612ddd8bf05f940a869759085c838e7752c Mon Sep 17 00:00:00 2001 From: siddharth0905 Date: Thu, 24 Jan 2019 14:01:46 +0530 Subject: Cucumber test fixes Cucumber test fixes Change-Id: I3c6b21c8484000bda75383f75afc03926465205f Issue-ID: SDC-2028 Signed-off-by: siddharth0905 --- cucumber-js-test-apis-ci/features/Onboarding/UniqueValue.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cucumber-js-test-apis-ci/features/Onboarding/UniqueValue.feature') 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" -- cgit 1.2.3-korg