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 d9163560 Fix e2e tests due to changes in the user interface for 
rechecking files
d9163560 is described below

commit d91635605e9e4c3737ac01471f11b85c1e8dc066
Author: Sean B. Palmer <[email protected]>
AuthorDate: Sun Mar 15 18:09:28 2026 +0000

    Fix e2e tests due to changes in the user interface for rechecking files
---
 tests/e2e/compose/test_get.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/e2e/compose/test_get.py b/tests/e2e/compose/test_get.py
index 2ff8180f..589447c9 100644
--- a/tests/e2e/compose/test_get.py
+++ b/tests/e2e/compose/test_get.py
@@ -54,7 +54,7 @@ def 
test_ongoing_tasks_banner_appears_when_tasks_restart(page_compose: Page) ->
     banner = page_compose.locator("#ongoing-tasks-banner")
     expect(banner).to_be_hidden()
 
-    restart_button = page_compose.get_by_role("button", 
name=re.compile(r"(Disable|Enable) global cache"))
+    restart_button = page_compose.get_by_role("button", name="Recheck with 
fresh cache")
     with page_compose.expect_navigation():
         restart_button.click()
 
@@ -83,7 +83,7 @@ def 
test_ongoing_tasks_banner_hidden_when_complete(page_compose: Page) -> None:
 
 def test_ongoing_tasks_banner_hides_when_tasks_complete(page_compose: Page) -> 
None:
     """The ongoing tasks banner should hide when all tasks complete."""
-    restart_button = page_compose.get_by_role("button", 
name=re.compile(r"(Disable|Enable) global cache"))
+    restart_button = page_compose.get_by_role("button", name="Recheck with 
fresh cache")
     restart_button.click()
 
     banner = page_compose.locator("#ongoing-tasks-banner")


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to