From de138f9c52f77b5df8caaac9eba3f24a8e7c07ca Mon Sep 17 00:00:00 2001 From: shrikantawachar Date: Thu, 8 Mar 2018 19:58:24 +0530 Subject: Download Processed file updated flow tests Corrected flow test for download file and updated rest of flow tests. Change-Id: If61b4f0750c012de885894e3a5d294b226edb135 Issue-ID: SDC-1087 Signed-off-by: shrikantawachar --- openecomp-bdd/features/AbortFunctionality/TestProperties.feature | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'openecomp-bdd/features/AbortFunctionality/TestProperties.feature') diff --git a/openecomp-bdd/features/AbortFunctionality/TestProperties.feature b/openecomp-bdd/features/AbortFunctionality/TestProperties.feature index d268c64ac4..e9e9acdbe1 100644 --- a/openecomp-bdd/features/AbortFunctionality/TestProperties.feature +++ b/openecomp-bdd/features/AbortFunctionality/TestProperties.feature @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -Feature: Abort Flow +Feature: Abort Flow - Test Properties Background: Init Given I want to create a VLM @@ -29,5 +29,4 @@ Feature: Abort Flow Then I want to get path "/vendor-software-products/{item.id}/versions/{item.versionId}" Then I want to check property "candidateOnboardingOrigin" exists Then I want to check property "candidateOnboardingOrigin" for value "zip" - Then I want to check property "onboardingOrigin" does not exist - # Then I want to print the context data \ No newline at end of file + Then I want to check property "onboardingOrigin" does not exist \ No newline at end of file -- cgit 1.2.3-korg