choo121600 commented on code in PR #63798:
URL: https://github.com/apache/airflow/pull/63798#discussion_r2971283079
##########
airflow-core/src/airflow/ui/tests/e2e/pages/PoolsPage.ts:
##########
@@ -68,7 +64,8 @@ export class PoolsPage extends BasePage {
await saveButton.click();
await responsePromise;
- await this.page.waitForLoadState("networkidle");
+ await expect(dialog).toBeHidden({ timeout: 10_000 });
Review Comment:
It looks this part is a little bit flaky. Could you 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]