Skip to content

Commit

Permalink
refactor: remove flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Feb 14, 2024
1 parent 29b677c commit 7dfcad2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cypress/integration/pipeline.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 });
Expand Down

0 comments on commit 7dfcad2

Please sign in to comment.