aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common
diff options
context:
space:
mode:
authorikram <ikram@research.att.com>2020-07-22 10:28:15 -0400
committerikram <ikram@research.att.com>2020-07-29 12:10:13 -0400
commit09a6562a16715a2b89be11c941486be783c72364 (patch)
tree1be9688b1cf602b3c2e07852bd15772db2f9a546 /vid-app-common
parenta643d19710317384571fb49f28d9de4f1a17778d (diff)
Test Cases Addition and Fixes
Issue-ID: VID-858 Integration Tests are edited in this patch to support functionality in VID-858. Signed-off-by: ikram <ikram@research.att.com> Change-Id: I378cb2afd0f2c994a856ad31895cec3fca376b33
Diffstat (limited to 'vid-app-common')
-rw-r--r--vid-app-common/src/main/java/org/onap/vid/properties/Features.java7
1 files changed, 4 insertions, 3 deletions
diff --git a/vid-app-common/src/main/java/org/onap/vid/properties/Features.java b/vid-app-common/src/main/java/org/onap/vid/properties/Features.java
index 63aac31a7..1b5ce8ba2 100644
--- a/vid-app-common/src/main/java/org/onap/vid/properties/Features.java
+++ b/vid-app-common/src/main/java/org/onap/vid/properties/Features.java
@@ -98,10 +98,11 @@ public enum Features implements Feature {
FLAG_2006_PAUSE_VFMODULE_INSTANTIATION_CREATION,
FLAG_GUILIN_CONFIG_PORTAL_APP_PASSWORD,
FLAG_GUILIN_CHANGEMG_SUBMIT_TO_SO,
-
+ FLAG_2008_DISABLE_DRAG_FOR_BASE_MODULE,
+ FLAG_2008_CREATE_VFMODULE_INSTANTIATION_ORDER_NUMBER,
+ FLAG_2008_PAUSE_INSTANTIATION_ON_VFMODULE_POPUP,
+ FLAG_2008_REMOVE_PAUSE_INSTANTIATION,
;
-
-
public boolean isActive() {
return FeatureContext.getFeatureManager().isActive(this);
}