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

zehnder 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 dc3aa010b [hotfix] Fix processing element e2e tests
dc3aa010b is described below

commit dc3aa010b1b00198fc41f1ab594a2ef8643389fa
Author: Philipp Zehnder <[email protected]>
AuthorDate: Tue Jan 24 18:15:10 2023 +0100

    [hotfix] Fix processing element e2e tests
---
 ui/cypress/support/utils/ProcessingElementTestUtils.ts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ui/cypress/support/utils/ProcessingElementTestUtils.ts 
b/ui/cypress/support/utils/ProcessingElementTestUtils.ts
index d79a7b62f..422e04cdd 100644
--- a/ui/cypress/support/utils/ProcessingElementTestUtils.ts
+++ b/ui/cypress/support/utils/ProcessingElementTestUtils.ts
@@ -57,7 +57,8 @@ export class ProcessingElementTestUtils {
                 'radio',
                 'speed',
                 'fastest_\\(ignore_original_time\\)',
-            );
+            )
+            .addProtocolInput('radio', 'replayonce', 'yes');
 
         if (formatType === 'csv') {
             adapterInputBuilder

Reply via email to