This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 71ed563bf5 fix: Add wait time to cypress adapter modification test 
(#2910)
71ed563bf5 is described below

commit 71ed563bf5f2088b8cde21d082d870acae45682b
Author: Dominik Riemer <[email protected]>
AuthorDate: Sun Jun 2 16:27:46 2024 +0200

    fix: Add wait time to cypress adapter modification test (#2910)
---
 ui/cypress/tests/adapter/editAdapterSettingsAndPipeline.spec.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ui/cypress/tests/adapter/editAdapterSettingsAndPipeline.spec.ts 
b/ui/cypress/tests/adapter/editAdapterSettingsAndPipeline.spec.ts
index 5154d21e91..8b63cafac1 100644
--- a/ui/cypress/tests/adapter/editAdapterSettingsAndPipeline.spec.ts
+++ b/ui/cypress/tests/adapter/editAdapterSettingsAndPipeline.spec.ts
@@ -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();

Reply via email to