yuqi1129 commented on code in PR #6460:
URL: https://github.com/apache/gravitino/pull/6460#discussion_r1966505425


##########
web/integration-test/src/test/java/org/apache/gravitino/integration/test/web/ui/utils/BaseWebIT.java:
##########
@@ -82,12 +82,10 @@ protected void clickAndWait(final Object locator) throws 
InterruptedException {
       
wait.until(ExpectedConditions.elementToBeClickable(locatorElement(locator)));
 
       locatorElement(locator).click();
-      Thread.sleep(ACTION_SLEEP_MILLIS);

Review Comment:
   The issue lies in here and L90. You should not delete these two lines unless 
you have alternatives. 



-- 
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: commits-unsubscr...@gravitino.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to