Skip to content

Commit 8893b68

Browse files
authored
Small fix for the failing test in PipelineAsset. (#3884)
1 parent d60417f commit 8893b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/cypress/tests/pipeline/pipelineAsset.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ describe('Test Saving Pipeline with Asset Link', () => {
5555
});
5656

5757
it('Add Pipeline to Asset during creation', () => {
58-
PipelineUtils.deletePipeline(`Pipeline Test`);
58+
PipelineUtils.editPipeline('Pipeline Test');
5959

6060
// Go Back to Asset
6161
AssetUtils.goToAssets();

0 commit comments

Comments
 (0)