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 8893b6852d Small fix for the failing test in PipelineAsset. (#3884)
8893b6852d is described below
commit 8893b6852d43d6747fb31bac468e07b6f79dcfed
Author: Jacqueline Höllig <[email protected]>
AuthorDate: Tue Oct 28 09:53:49 2025 +0100
Small fix for the failing test in PipelineAsset. (#3884)
---
ui/cypress/tests/pipeline/pipelineAsset.spec.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/cypress/tests/pipeline/pipelineAsset.spec.ts
b/ui/cypress/tests/pipeline/pipelineAsset.spec.ts
index 6638c182e2..b42ecfe286 100644
--- a/ui/cypress/tests/pipeline/pipelineAsset.spec.ts
+++ b/ui/cypress/tests/pipeline/pipelineAsset.spec.ts
@@ -55,7 +55,7 @@ describe('Test Saving Pipeline with Asset Link', () => {
});
it('Add Pipeline to Asset during creation', () => {
- PipelineUtils.deletePipeline(`Pipeline Test`);
+ PipelineUtils.editPipeline('Pipeline Test');
// Go Back to Asset
AssetUtils.goToAssets();