ailiujiarui commented on code in PR #16542:
URL:
https://github.com/apache/dolphinscheduler/pull/16542#discussion_r1814068808
##########
dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/java/org/apache/dolphinscheduler/e2e/cases/WorkflowJavaTaskE2ETest.java:
##########
@@ -97,6 +100,11 @@ public static void setup() {
userPage.update(user, user, email, phone, tenant)
.goToNav(ProjectPage.class)
.create(project);
+
+ ProjectPage projectPage = new ProjectPage(browser);
+ Awaitility.await().untilAsserted(() ->
assertThat(projectPage.projectList())
+ .as("项目列表应包含新创建的项目")
Review Comment:
modified.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]