Browse Source

Update CreateWorkflowLocator.java

modify submit workflow button
pull/3/MERGE
xingchun-chen 4 years ago committed by GitHub
parent
commit
5a3df2e743
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      e2e/src/test/java/org/apache/dolphinscheduler/locator/project/CreateWorkflowLocator.java

4
e2e/src/test/java/org/apache/dolphinscheduler/locator/project/CreateWorkflowLocator.java

@ -119,14 +119,14 @@ public class CreateWorkflowLocator {
public static final By CLICK_DELETE_CUSTOM_PARAMETERS = By.xpath("//div[2]/span/a/em");
//click submit button
public static final By CLICK_SUBMIT_BUTTON = By.xpath("//button[2]/span");
public static final By CLICK_SUBMIT_BUTTON = By.xpath("//div[3]/div/button[2]/span");
/**
* save workflow
*/
//click save workflow button
public static final By CLICK_SAVE_WORKFLOW_BUTTON = By.xpath("/html/body/div[1]/div[2]/div/div[2]/div/div[2]/div[1]/div[2]/button[2]/span");
public static final By CLICK_SAVE_WORKFLOW_BUTTON = By.xpath("//div[2]/div[1]/div[2]/button[2]");
//input workflow name
public static final By INPUT_WORKFLOW_NAME = By.xpath("//input");

Loading…
Cancel
Save