ruanwenjun commented on code in PR #16220:
URL: 
https://github.com/apache/dolphinscheduler/pull/16220#discussion_r1654791258


##########
dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/java/org/apache/dolphinscheduler/e2e/pages/project/workflow/TaskInstanceTab.java:
##########
@@ -35,7 +35,8 @@
 
 @Getter
 public final class TaskInstanceTab extends NavBarPage implements 
ProjectDetailPage.Tab {
-    @FindBy(className = "items-task-instances")
+
+    @FindBy(css = "tbody > .n-data-table-tr")

Review Comment:
   The form doesn't have id, and it's hard to use xpath since all class is not 
unique
   <img width="918" alt="image" 
src="https://github.com/apache/dolphinscheduler/assets/22415594/bcae51db-1a58-4d14-9975-98d99479c280";>
   
   



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