feature 16229
This commit is contained in:
parent
7ff76b9231
commit
d2b62bf82e
|
|
@ -22,6 +22,7 @@ package org.apache.dolphinscheduler.e2e.pages.project.workflow;
|
|||
import org.apache.dolphinscheduler.e2e.core.WebDriverWaitFactory;
|
||||
import org.apache.dolphinscheduler.e2e.pages.project.workflow.task.HttpTaskForm;
|
||||
import org.apache.dolphinscheduler.e2e.pages.project.workflow.task.JavaTaskForm;
|
||||
import org.apache.dolphinscheduler.e2e.pages.project.workflow.task.PythonTaskForm;
|
||||
import org.apache.dolphinscheduler.e2e.pages.project.workflow.task.ShellTaskForm;
|
||||
import org.apache.dolphinscheduler.e2e.pages.project.workflow.task.SubWorkflowTaskForm;
|
||||
import org.apache.dolphinscheduler.e2e.pages.project.workflow.task.SwitchTaskForm;
|
||||
|
|
|
|||
|
|
@ -26,6 +26,9 @@ import java.util.List;
|
|||
|
||||
import lombok.Getter;
|
||||
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
import static org.testcontainers.shaded.org.awaitility.Awaitility.await;
|
||||
|
||||
import org.openqa.selenium.By;
|
||||
import org.openqa.selenium.JavascriptExecutor;
|
||||
import org.openqa.selenium.Keys;
|
||||
|
|
|
|||
Loading…
Reference in New Issue