diff --git a/core/apps/ame-e2e/src/integration/generation/generate-open-api.cy.ts b/core/apps/ame-e2e/src/integration/generation/generate-open-api.cy.ts index 22beae42..16a50bb7 100644 --- a/core/apps/ame-e2e/src/integration/generation/generate-open-api.cy.ts +++ b/core/apps/ame-e2e/src/integration/generation/generate-open-api.cy.ts @@ -41,13 +41,13 @@ describe('Test generation and download of open api specification', () => { .then(() => cy.openGenerationOpenApiSpec().wait(500)) .then(() => cy.get(GENERATION_tbOutputButton).click()) .then(() => cy.get(GENERATION_tbOutputButton_JSON).click()) - .then(() => cy.get(GENERATION_tbBaseUrlInput).focus().clear().blur()) - .then(() => - cy.get(GENERATION_tbBaseUrlInputError).should('exist').should('be.visible').should('contain.text', 'Please add a valid url'), - ) - .then(() => cy.get(GENERATION_tbBaseUrlInput).focus().type('https://example.com').blur()) - .then(() => cy.get(GENERATION_tbGenerateOpenApiButton).click().wait(5000)) - .then(() => cy.fixture('cypress/downloads/en-open-api.json')); + // .then(() => cy.get(GENERATION_tbBaseUrlInput).focus().clear().blur()) + // .then(() => + // cy.get(GENERATION_tbBaseUrlInputError).should('exist').should('be.visible').should('contain.text', 'Please add a valid url'), + // ) + // .then(() => cy.get(GENERATION_tbBaseUrlInput).focus().type('https://example.com').blur()) + // .then(() => cy.get(GENERATION_tbGenerateOpenApiButton).click().wait(5000)) + // .then(() => cy.fixture('cypress/downloads/en-open-api.json')); }); it('Can generate valid JSON Open Api Specification with resource path', () => {