diff --git a/test/cypress/e2e/multi-datasources/multi_datasources_enabled.spec.js b/test/cypress/e2e/multi-datasources/multi_datasources_enabled.spec.js index 6e7d38a80..447a736a2 100644 --- a/test/cypress/e2e/multi-datasources/multi_datasources_enabled.spec.js +++ b/test/cypress/e2e/multi-datasources/multi_datasources_enabled.spec.js @@ -178,15 +178,9 @@ describe('Multi-datasources enabled', () => { it('Checks Audit Logs Tab', () => { // Select remote cluster cy.visit( - `http://localhost:5601/app/security-dashboards-plugin${externalDataSourceUrl}#/auditLogging` + `http://localhost:5601/app/security-dashboards-plugin${externalDataSourceUrl}#/auditLogging/edit/generalSettings` ); - cy.get('[data-test-subj="dataSourceSelectableContextMenuHeaderLink"]').should( - 'contain', - '9202' - ); - - cy.get('[data-test-subj="general-settings-configure"]').click(); cy.get('[data-test-subj="dataSourceViewButton"]').should('contain', '9202'); cy.get('[data-test-subj="comboBoxInput"]').last().type('blah');