Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
Signed-off-by: abbyhu2000 <[email protected]>
  • Loading branch information
abbyhu2000 committed Dec 12, 2024
1 parent e6bcf67 commit 0425ffa
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,5 @@ describe('dataset selector', { scrollBehavior: false }, () => {

after(() => {
cy.deleteIndex('timestamp-nanos');
// delete the data source connection
// miscUtils.visitPage('app/management/opensearch-dashboards/dataSources/');
// cy.wait(10000);
// cy.waitForLoaderNewHeader();
// cy.get(`[class="euiTableRowCell"]`).contains(SECONDARY_ENGINE.name).click();
// cy.getElementByTestId('editDatasourceDeleteIcon').click();
// cy.getElementByTestId('confirmModalConfirmButton').click();
});
});

0 comments on commit 0425ffa

Please sign in to comment.