From 328561d3e6bd334ef218488ba560007c7b330c01 Mon Sep 17 00:00:00 2001 From: Tyler Ohlsen Date: Fri, 8 Nov 2024 15:13:25 -0800 Subject: [PATCH] Update flow framework visible plugin name Signed-off-by: Tyler Ohlsen --- cypress/utils/plugins/dashboards-flow-framework/constants.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cypress/utils/plugins/dashboards-flow-framework/constants.js b/cypress/utils/plugins/dashboards-flow-framework/constants.js index 5324e6c1a..369b30f8e 100644 --- a/cypress/utils/plugins/dashboards-flow-framework/constants.js +++ b/cypress/utils/plugins/dashboards-flow-framework/constants.js @@ -10,7 +10,8 @@ import { BASE_PATH, BACKEND_BASE_PATH } from '../../base_constants'; ***************************** */ -const BASE_FF_PATH = BASE_PATH + '/app/search-studio#'; +const PLUGIN_NAME = 'opensearch-flow'; +const BASE_FF_PATH = BASE_PATH + `/app/${PLUGIN_NAME}#`; export const FF_URL = { WORKFLOWS: BASE_FF_PATH + '/workflows',