This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch sbp
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
The following commit(s) were added to refs/heads/sbp by this push:
new 54e6af48 Make compose tests more durable
54e6af48 is described below
commit 54e6af48f80c2b23dccb87b51bfb17abe129aec6
Author: Sean B. Palmer <[email protected]>
AuthorDate: Wed Mar 11 18:12:46 2026 +0000
Make compose tests more durable
---
tests/e2e/compose/conftest.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/e2e/compose/conftest.py b/tests/e2e/compose/conftest.py
index 1ea9b31b..a0fb1020 100644
--- a/tests/e2e/compose/conftest.py
+++ b/tests/e2e/compose/conftest.py
@@ -76,6 +76,7 @@ def page_compose(compose_context: BrowserContext) ->
Generator[Page]:
"""Navigate to the compose page with a fresh page for each test."""
page = compose_context.new_page()
helpers.visit(page, COMPOSE_URL)
+ _wait_for_tasks_banner_hidden(page, timeout=60000)
yield page
page.close()
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]