From d65eac687fb0f125155e335fa7ef2bfda53267e7 Mon Sep 17 00:00:00 2001 From: Brayan Osmar Pereyra Suxo Date: Thu, 27 Feb 2014 16:53:18 -0400 Subject: [PATCH] Cambio de lugar de archivo behat --- .../backend/{activity => step}/reordenamiento.feature | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename features/backend/{activity => step}/reordenamiento.feature (70%) diff --git a/features/backend/activity/reordenamiento.feature b/features/backend/step/reordenamiento.feature similarity index 70% rename from features/backend/activity/reordenamiento.feature rename to features/backend/step/reordenamiento.feature index dc9ad21ea..ac9de74e7 100644 --- a/features/backend/activity/reordenamiento.feature +++ b/features/backend/step/reordenamiento.feature @@ -3,7 +3,7 @@ Feature: Reorder Steps Scenario: List all the Sub Processs (result 0 Sub Processs) Given that I have a valid access_token - And I request "project/9821342145305125d48cb88069229840/activity/8251872975307632a765f34007266075/step/285219904530763bb5c4367074373078" + And I request "project/940481651530fa1f3803525098230380/activity/677485918530fa1f80ad463004640434/step/289467030530fa28077e6a2088432104" Then the response status code should be 200 And the response charset is "UTF-8" And the type is "object" @@ -17,12 +17,12 @@ Feature: Reorder Steps "step_position": "3" } """ - And I request "project/98002714453076320a06cb4009450121/activity/8251872975307632a765f34007266075/step/285219904530763bb5c4367074373078" + And I request "project/98002714453076320a06cb4009450121/activity/677485918530fa1f80ad463004640434/step/289467030530fa28077e6a2088432104" Then the response status code should be 200 Scenario: List all the Sub Processs (result 0 Sub Processs) Given that I have a valid access_token - And I request "project/9821342145305125d48cb88069229840/activity/8251872975307632a765f34007266075/step/285219904530763bb5c4367074373078" + And I request "project/940481651530fa1f3803525098230380/activity/677485918530fa1f80ad463004640434/step/289467030530fa28077e6a2088432104" Then the response status code should be 200 And the response charset is "UTF-8" And the type is "object" @@ -36,12 +36,12 @@ Feature: Reorder Steps "step_position": "1" } """ - And I request "project/98002714453076320a06cb4009450121/activity/8251872975307632a765f34007266075/step/285219904530763bb5c4367074373078" + And I request "project/98002714453076320a06cb4009450121/activity/677485918530fa1f80ad463004640434/step/289467030530fa28077e6a2088432104" Then the response status code should be 200 Scenario: List all the Sub Processs (result 0 Sub Processs) Given that I have a valid access_token - And I request "project/9821342145305125d48cb88069229840/activity/8251872975307632a765f34007266075/step/285219904530763bb5c4367074373078" + And I request "project/940481651530fa1f3803525098230380/activity/677485918530fa1f80ad463004640434/step/289467030530fa28077e6a2088432104" Then the response status code should be 200 And the response charset is "UTF-8" And the type is "object"