Skip to content

Commit

Permalink
fix: flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Feb 13, 2024
1 parent fef65d0 commit f06a289
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cypress/integration/pipeline.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,10 +274,7 @@ context('Pipeline', () => {
cy.get('[data-test=alerts]').should('exist').contains('Error');
});

it('should show pipeline configuration error', () => {
cy.get('[data-test=pipeline-configuration-error]').should(
'be.visible',
);
it('should not show pipeline configuration data', () => {
cy.get('[data-test=pipeline-configuration-data]').should(
'not.be.visible',
);
Expand Down

0 comments on commit f06a289

Please sign in to comment.