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

tenthe pushed a commit to branch fix-e2e-tests
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit 205a4f07f29afcaaf728c71c96cc94770990bfda
Author: Philipp Zehnder <[email protected]>
AuthorDate: Fri Jul 24 15:15:01 2026 +0000

    test: update adapter schema workflow
---
 ui/cypress/tests/connect/editAdapterDatasetSchemaUpdate.spec.ts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ui/cypress/tests/connect/editAdapterDatasetSchemaUpdate.spec.ts 
b/ui/cypress/tests/connect/editAdapterDatasetSchemaUpdate.spec.ts
index 2ebf5d07d2..01eae6aca3 100644
--- a/ui/cypress/tests/connect/editAdapterDatasetSchemaUpdate.spec.ts
+++ b/ui/cypress/tests/connect/editAdapterDatasetSchemaUpdate.spec.ts
@@ -66,7 +66,6 @@ describe('Test adapter updates with data lake schema 
changes', () => {
         PipelineBtns.measurementUpdateDialogEditPipelineBtn().click();
 
         PipelineBtns.savePipelineBtn().click();
-        PipelineBtns.editorApplyBtn().click();
         PipelineBtns.pipelineStartedError();
     });
 
@@ -103,6 +102,8 @@ describe('Test adapter updates with data lake schema 
changes', () => {
 
         
ConnectBtns.adapterManualPipelineMigrationWarning().should('not.exist');
         ConnectBtns.adapterChartEditWarning().should('not.exist');
+        ConnectBtns.updateAndMigratePipelines().click();
+        ConnectBtns.connectAdapterAddedSuccessfully().should('be.visible');
         ConnectUtils.closeAdapterPreview();
 
         PipelineUtils.goToPipelines();

Reply via email to