Skip to content

Commit

Permalink
Merge pull request opensearch-project#14 from derek-ho/remove-bad-flow
Browse files Browse the repository at this point in the history
moves integration on left nav, removes unused create flow
  • Loading branch information
Swiddis authored Jun 30, 2023
2 parents 52f04d4 + bc9833c commit 6c10237
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 580 deletions.
10 changes: 0 additions & 10 deletions .cypress/integration/9_integrations.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,6 @@ describe('Tests the add nginx integration instance flow', () => {
cy.get('.euiToastHeader__title').should('contain', 'successfully');
})

it('Navigates to nginx page and triggers the adds the create index template flow', () => {
moveToAvailableNginxIntegration();
cy.get('[data-test-subj="add-integration-button"]').click();
cy.get('[data-test-subj="addIntegrationFlyoutTitle"]').should('exist')
cy.get('[data-test-subj="data-choice"]').contains("No, I do not.").click();
cy.get('[data-test-subj="create-indextemplate-name"]').type('test')
cy.get('[data-test-subj="create-index-template-button"]').click();
cy.get('.euiToastHeader__title').should('contain', 'Successfully');
})

it('Navigates to installed integrations page and verifies that nginx-test exists', () => {
moveToAddedIntegrations();
cy.contains(testInstance).should('exist');
Expand Down
2 changes: 1 addition & 1 deletion common/constants/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const observabilityPanelsPluginOrder = 5095;

export const observabilityIntegrationsID = 'observability-integrations';
export const observabilityIntegrationsTitle = 'Integrations';
export const observabilityIntegrationsPluginOrder = 9000;
export const observabilityIntegrationsPluginOrder = 9020;

// Shared Constants
export const SQL_DOCUMENTATION_URL = 'https://opensearch.org/docs/latest/search-plugins/sql/index/';
Expand Down
Loading

0 comments on commit 6c10237

Please sign in to comment.