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

tenthe pushed a commit to branch fix-test-edit-adapter-data-lake-schema-update
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit 81d434ec2cf29c2bfb9ad32c54eb4582420bd290
Author: Philipp Zehnder <[email protected]>
AuthorDate: Wed Jul 1 06:44:27 2026 +0000

    fix: remove invalid check
---
 ui/cypress/tests/connect/editAdapterDataLakeSchemaUpdate.spec.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ui/cypress/tests/connect/editAdapterDataLakeSchemaUpdate.spec.ts 
b/ui/cypress/tests/connect/editAdapterDataLakeSchemaUpdate.spec.ts
index ac171b24b4..6d0afb1867 100644
--- a/ui/cypress/tests/connect/editAdapterDataLakeSchemaUpdate.spec.ts
+++ b/ui/cypress/tests/connect/editAdapterDataLakeSchemaUpdate.spec.ts
@@ -101,7 +101,6 @@ describe('Test adapter updates with data lake schema 
changes', () => {
             'event.adapter_added = 1;\n out.collect(event);\n',
         );
 
-        ConnectBtns.adapterEditWarning().should('not.exist');
         
ConnectBtns.adapterManualPipelineMigrationWarning().should('not.exist');
         ConnectBtns.adapterChartEditWarning().should('not.exist');
         ConnectUtils.closeAdapterPreview();

Reply via email to