Skip to content

Commit

Permalink
Update flow framework visible plugin name (#1634)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <[email protected]>
(cherry picked from commit ca9fadb)
  • Loading branch information
ohltyler authored and github-actions[bot] committed Nov 13, 2024
1 parent 8109549 commit 367dcae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress/utils/plugins/dashboards-flow-framework/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 367dcae

Please sign in to comment.