Skip to content

Commit

Permalink
downgrade test fixture pipeline to cherrypick the test to lower versions
Browse files Browse the repository at this point in the history
  • Loading branch information
GnsP committed Nov 26, 2024
1 parent 4b4850b commit db815d0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/e2e-test/features/pipeline.edit.feature
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ Feature: Pipeline Edit
When Open HttpExecutor Page
Then Create an orphan pipeline draft
When Open pipeline draft list page
Then Go to pipeline "test-orphan-pipeline-6-10-1" draft
Then Go to pipeline "test-orphan-pipeline-6-7-4" draft
Then Click on FixAll Button
Then Verify Studio TopPanel is visible
When Open pipeline draft list page
Then Delete Draft Pipeline "test-orphan-pipeline-6-10-1"
Then Delete Draft Pipeline "test-orphan-pipeline-6-7-4"

Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"artifact": {
"name": "cdap-data-pipeline",
"version": "6.10.1",
"version": "6.7.4",
"scope": "SYSTEM",
"label": "Data Pipeline - Batch"
},
"description": "",
"name": "test-orphan-pipeline-6-10-1",
"name": "test-orphan-pipeline-6-7-4",
"change": {
"description": ""
},
Expand Down Expand Up @@ -35,7 +35,7 @@
"label": "File",
"artifact": {
"name": "core-plugins",
"version": "2.12.1",
"version": "2.9.3",
"scope": "SYSTEM"
},
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ public void createOrphanPipelineDraft() throws IOException {
ElementHelper.sendKeys(requestPathInput, saveDraftPath);

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

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

0 comments on commit db815d0

Please sign in to comment.