diff --git a/cypress/integration/core-opensearch-dashboards/opensearch-dashboards/datasource-management-plugin/1_create_datasource.spec.js b/cypress/integration/core-opensearch-dashboards/opensearch-dashboards/datasource-management-plugin/1_create_datasource.spec.js index 717a51d9c..c4c1312b5 100644 --- a/cypress/integration/core-opensearch-dashboards/opensearch-dashboards/datasource-management-plugin/1_create_datasource.spec.js +++ b/cypress/integration/core-opensearch-dashboards/opensearch-dashboards/datasource-management-plugin/1_create_datasource.spec.js @@ -417,6 +417,10 @@ if (Cypress.env('DATASOURCE_MANAGEMENT_ENABLED')) { 'app/management/opensearch-dashboards/dataSources' ); }); + + it('creates a datasources to a real opensearch instance', () => { + CreateDataSourceNoAuth(); + }); }); }); }