Skip to content

Commit

Permalink
Update flow framework visible plugin name (#1634) (#1637)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <[email protected]>
(cherry picked from commit ca9fadb)

Co-authored-by: Tyler Ohlsen <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and ohltyler authored Nov 13, 2024
1 parent 8109549 commit 6ee6878
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 6ee6878

Please sign in to comment.