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 16257b0 Make an e2e test more reliable
16257b0 is described below
commit 16257b03839cbe7e64378024985562373c4731c4
Author: Sean B. Palmer <[email protected]>
AuthorDate: Fri Feb 6 15:16:08 2026 +0000
Make an e2e test more reliable
---
tests/e2e/compose/test_get.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/tests/e2e/compose/test_get.py b/tests/e2e/compose/test_get.py
index 4f68fbc..8bd87cc 100644
--- a/tests/e2e/compose/test_get.py
+++ b/tests/e2e/compose/test_get.py
@@ -73,8 +73,6 @@ def
test_ongoing_tasks_banner_hides_when_tasks_complete(page_compose: Page) -> N
restart_button.click()
banner = page_compose.locator("#ongoing-tasks-banner")
- expect(banner).to_be_visible(timeout=10000)
-
expect(banner).to_be_hidden(timeout=60000)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]