choo121600 commented on code in PR #64328:
URL: https://github.com/apache/airflow/pull/64328#discussion_r3007385380


##########
airflow-core/src/airflow/ui/tests/e2e/pages/PoolsPage.ts:
##########
@@ -68,7 +68,7 @@ export class PoolsPage extends BasePage {
 
     await saveButton.click();
     await responsePromise;
-    await this.page.waitForLoadState("networkidle");
+    await expect(dialog).toBeHidden();

Review Comment:
   Overall looks good
   
   It looks like this part might be failing flaky
   could you please take a look?



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