diff --git a/cypress/integration/core-opensearch-dashboards/opensearch-dashboards/apps/vis_type_table/embed.spec.js b/cypress/integration/core-opensearch-dashboards/opensearch-dashboards/apps/vis_type_table/embed.spec.js index f8c50a3f7..b57d3cda6 100644 --- a/cypress/integration/core-opensearch-dashboards/opensearch-dashboards/apps/vis_type_table/embed.spec.js +++ b/cypress/integration/core-opensearch-dashboards/opensearch-dashboards/apps/vis_type_table/embed.spec.js @@ -32,7 +32,7 @@ const commonUI = new CommonUI(cy); * Test that table visualization can filter out value. Same as filter for value. */ -describe('table visualization basic functions', () => { +describe('table visualization in embedded mode', () => { const expectedData = [ '0', '1,059', 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 e0228bf28..ca789318b 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 @@ -42,9 +42,13 @@ if (Cypress.env('DATASOURCE_MANAGEMENT_ENABLED')) { it('with no auth and all required inputs', () => { cy.get('[name="dataSourceTitle"]').type('test_noauth'); cy.get('[name="endpoint"]').type(OSD_TEST_DOMAIN_ENDPOINT_URL); +<<<<<<< HEAD cy.get('[data-test-subj="createDataSourceFormAuthTypeSelect"]').select( 'no_auth' ); +======= + cy.get('[for="no_auth"]').click(); +>>>>>>> Fix multiple submit bug cy.getElementByTestId('createDataSourceButton').click(); cy.location('pathname', { timeout: 6000 }).should(