SbloodyS commented on code in PR #16922:
URL: 
https://github.com/apache/dolphinscheduler/pull/16922#discussion_r1898315822


##########
dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/java/org/apache/dolphinscheduler/e2e/pages/project/workflow/task/ShellTaskForm.java:
##########
@@ -39,7 +41,9 @@ public ShellTaskForm(WorkflowForm parent) {
         this.driver = parent.driver();
     }
 
+    @SneakyThrows
     public ShellTaskForm script(String script) {
+        Thread.sleep(Constants.DEFAULT_SLEEP_MILLISECONDS);

Review Comment:
   If the machine configuration of CI is too low and the speed is too fast, the 
dom element will not be found and an error will be reported. Monaco Editor is 
not good at locating elements and judging rendering completion...



-- 
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]

Reply via email to