File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed 
java/io/cdap/cdap/ui/stepsdesign Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff 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+ 
Original file line number Diff line number Diff line change 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    },
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" : {
Original file line number Diff line number Diff 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" );
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments