This is an automated email from the ASF dual-hosted git repository.
SvenO3 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 7ea60ecf08 fix: Fix e2e test editAdapterDataLakeSchemaUpdate.spec.ts
(#4672)
7ea60ecf08 is described below
commit 7ea60ecf08457723f378034d531a1a377b80297d
Author: Philipp Zehnder <[email protected]>
AuthorDate: Thu Jul 2 17:49:44 2026 +0200
fix: Fix e2e test editAdapterDataLakeSchemaUpdate.spec.ts (#4672)
---
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();