This is an automated email from the ASF dual-hosted git repository.
riemer pushed a commit to branch rel/0.95.0
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/rel/0.95.0 by this push:
new 8496745f59 fix: Add wait time to cypress adapter modification test
(#2910)
8496745f59 is described below
commit 8496745f59b486ddd3c8fc93e8d86980b74264a0
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();