Skip to content

Commit

Permalink
update cy.createInitialWorkspaceWithDataSource -> cy.osd.createInitia…
Browse files Browse the repository at this point in the history
…lWorkspaceWithDataSource (opensearch-project#9262)

Signed-off-by: Justin Kim <[email protected]>
  • Loading branch information
angle943 authored Jan 23, 2025
1 parent 33cb5b7 commit 0be70a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const runSavedQueriesFlyoutUITests = () => {
// Create workspace
cy.deleteWorkspaceByName(workspaceName);
cy.visit('/app/home');
cy.createInitialWorkspaceWithDataSource(datasourceName, workspaceName);
cy.osd.createInitialWorkspaceWithDataSource(datasourceName, workspaceName);
cy.createWorkspaceIndexPatterns({
workspaceName: workspaceName,
indexPattern: INDEX_PATTERN_WITH_TIME.replace('*', ''),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const runSavedQueriesPopoverUITests = () => {
// Create workspace
cy.deleteWorkspaceByName(workspaceName);
cy.visit('/app/home');
cy.createInitialWorkspaceWithDataSource(datasourceName, workspaceName);
cy.osd.createInitialWorkspaceWithDataSource(datasourceName, workspaceName);
cy.createWorkspaceIndexPatterns({
workspaceName: workspaceName,
indexPattern: INDEX_PATTERN_WITH_TIME.replace('*', ''),
Expand Down

0 comments on commit 0be70a7

Please sign in to comment.