BDD fix

Change-Id: I7d38608334b7f96d1e97d72fc68a40c981e3d4d0
Issue-ID: SDC-1640
Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
diff --git a/openecomp-bdd/features/UserFeedback/TestMRN.feature b/openecomp-bdd/features/UserFeedback/TestMRN.feature
index b3e8c03..161ea57 100644
--- a/openecomp-bdd/features/UserFeedback/TestMRN.feature
+++ b/openecomp-bdd/features/UserFeedback/TestMRN.feature
@@ -14,31 +14,7 @@
 
 Feature: User Feedback - Enhance EP & LKG to include MRN
 
-  Scenario: Test Feature Group and Entitlement Pool with toggle off
-
-    When I want to set all Togglz to be "false"
-
-    Then I want to create a VLM
-    Then I want to make sure this Item has status "Draft"
-
-    When I want to get path "/items/{item.id}/versions/{item.versionId}/revisions"
-    Then I want to check property "listCount" for value 1
-
-    Then I want to create input data
-    Then I want to update the input property "name" with value "FG_01"
-    Then I want to update the input property "description" with value "FG without MRN"
-    Then I want to update the input property "partNumber" with value "999"
-    Then I want the following to fail
-    Then I want to create for path "/vendor-license-models/{item.id}/versions/{item.versionId}/feature-groups" with the input data from the context
-
-    When I want to create input data
-    Then I want to update the input property "name" with value "EP_01"
-    Then I want to update the input property "description" with value "EP without MRN"
-    Then I want to create for path "/vendor-license-models/{item.id}/versions/{item.versionId}/entitlement-pools" with the input data from the context
-
-  Scenario: Test Feature Group and Entitlement Pool with toggle on
-
-    When I want to set all Togglz to be "true"
+  Scenario: Test Feature Group and Entitlement Pool
 
     Then I want to create a VLM
     Then I want to make sure this Item has status "Draft"