Skip to content

Commit cfcd966

Browse files
committed
downgrade test fixture pipeline to cherrypick the test to lower versions
1 parent 59b4532 commit cfcd966

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/e2e-test/features/pipeline.edit.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ Feature: Pipeline Edit
8383
When Open HttpExecutor Page
8484
Then Create an orphan pipeline draft
8585
When Open pipeline draft list page
86-
Then Go to pipeline "test-orphan-pipeline-6-10-1" draft
86+
Then Go to pipeline "test-orphan-pipeline-6-7-4" draft
8787
Then Click on FixAll Button
8888
Then Verify Studio TopPanel is visible
8989
When Open pipeline draft list page
90-
Then Delete Draft Pipeline "test-orphan-pipeline-6-10-1"
91-
90+
Then Delete Draft Pipeline "test-orphan-pipeline-6-7-4"
91+

src/e2e-test/fixtures/test-orphan-pipeline-6-10-1.json renamed to src/e2e-test/fixtures/test-orphan-pipeline-6-7-4.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"artifact": {
33
"name": "cdap-data-pipeline",
4-
"version": "6.10.1",
4+
"version": "6.7.4",
55
"scope": "SYSTEM",
66
"label": "Data Pipeline - Batch"
77
},
88
"description": "",
9-
"name": "test-orphan-pipeline-6-10-1",
9+
"name": "test-orphan-pipeline-6-7-4",
1010
"change": {
1111
"description": ""
1212
},
@@ -35,7 +35,7 @@
3535
"label": "File",
3636
"artifact": {
3737
"name": "core-plugins",
38-
"version": "2.12.1",
38+
"version": "2.9.3",
3939
"scope": "SYSTEM"
4040
},
4141
"properties": {

src/e2e-test/java/io/cdap/cdap/ui/stepsdesign/CommonSteps.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ public void createOrphanPipelineDraft() throws IOException {
332332
ElementHelper.sendKeys(requestPathInput, saveDraftPath);
333333

334334
WebElement requestBodyInput = Helper.locateElementByTestId("request-body");
335-
String requestBody = Helper.readPipelineFixtureFile("test-orphan-pipeline-6-10-1.json");
335+
String requestBody = Helper.readPipelineFixtureFile("test-orphan-pipeline-6-7-4.json");
336336
ElementHelper.sendKeys(requestBodyInput, requestBody);
337337

338338
WebElement callApiButton = Helper.locateElementByTestId("send-btn");

0 commit comments

Comments
 (0)