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


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

Review Comment:
   @zzzk1 @LauraXia123 
   Can this be replaced with `WebDriverWait` since we are going to remove 
`Thread.sleep` in this PR.



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