diff options
author | ikram <ikram@research.att.com> | 2020-07-15 17:45:37 -0400 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2020-07-20 10:37:59 +0300 |
commit | 6cb5548d03e0aaf044a46d2edd2912647e01d23e (patch) | |
tree | 79573979fdd6b0baa2d9abe01abf9014a9aea14e /vid-webpack-master/cypress | |
parent | d50f96bf6dc183b49c2a5d4e7d729066ac129527 (diff) |
Add Pause Functionality from Inside VF Module's Edit Dialog
Issue-ID: VID-858
Allow user to choose adding (and removing) Pause points from within the Edit Dialog of the VF Module. Currently, the support of adding is only from the vertical ellipsis menu. Also, there is currently no option of removing the pause point. This functionality will allow this to happen as well since inside the Edit dialog, the option is a checkbox which can now unchecked. Note: removing the pause point from within the vertical ellipse after being added will be covered in a separate user story. However, the desired functionality can still be reached using this commit as describe above.
Signed-off-by: ikram <ikram@research.att.com>
Change-Id: Ife22df1ce5f7891b595b78cb30cbf82948fae744
Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'vid-webpack-master/cypress')
-rw-r--r-- | vid-webpack-master/cypress/support/jsonBuilders/mocks/jsons/flags.cypress.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vid-webpack-master/cypress/support/jsonBuilders/mocks/jsons/flags.cypress.json b/vid-webpack-master/cypress/support/jsonBuilders/mocks/jsons/flags.cypress.json index 9c597c513..b956f747c 100644 --- a/vid-webpack-master/cypress/support/jsonBuilders/mocks/jsons/flags.cypress.json +++ b/vid-webpack-master/cypress/support/jsonBuilders/mocks/jsons/flags.cypress.json @@ -28,5 +28,6 @@ "FLAG_2006_NETWORK_PLATFORM_MULTI_SELECT" :true, "FLAG_2006_NETWORK_LOB_MULTI_SELECT" : true, "FLAG_2006_NEW_VIEW_EDIT_BUTTON_IN_INSTANTIATION_STATUS" : true, - "FLAG_2006_PAUSE_VFMODULE_INSTANTIATION_CREATION" : true + "FLAG_2006_PAUSE_VFMODULE_INSTANTIATION_CREATION" : true, + "FLAG_2008_PAUSE_INSTANTIATION_ON_VFMODULE_POPUP" : true } |