diff --git a/cypress/integration/pipeline.spec.js b/cypress/integration/pipeline.spec.js index bb01e0533..863ab8764 100644 --- a/cypress/integration/pipeline.spec.js +++ b/cypress/integration/pipeline.spec.js @@ -118,13 +118,6 @@ context('Pipeline', () => { ); }); - it('pipeline configuration data should contain expanded steps', () => { - cy.get('[data-test=pipeline-configuration-data]').should( - 'contain', - 'commands:', - ); - }); - context('click line number', () => { beforeEach(() => { cy.get('[data-test=config-line-num-2]').click({ force: true });