Skip to content

Commit

Permalink
fix: Add wait time to cypress adapter modification test
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikriemer committed Jun 2, 2024
1 parent 311cbc1 commit 7cf33d6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ describe('Test Edit Adapter and Pipeline', () => {
}).should('be.visible');
cy.dataCy('btn-update-adapter-migrate-pipelines').click();
ConnectUtils.closeAdapterPreview();
cy.wait(1000);

// Go to pipelines, check for warning icon and edit pipeline
PipelineUtils.goToPipelines();
Expand Down

0 comments on commit 7cf33d6

Please sign in to comment.